#589acf

Color #589ACF Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #589ACF

Tints of Picton Blue #589ACF

Color information

#589ACF (or 0x589ACF) is unknown color: approx Picton Blue. HEX triplet: 58, 9A and CF. RGB value is (88,154,207). Sum of RGB (Red+Green+Blue) = 88+154+207=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #589ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ACF is #A76530. Grayscale: #8C8C8C. Windows color (decimal): -10970417 or 13605464. OLE color: 13605464.

HSL color Cylindrical-coordinate representation of color #589ACF: hue angle of 206.72º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #589ACF is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB88154207-
CMYK0.570.2600.19
HSL206.72º55.35%57.84%-
HSV(B)206.72º57.49%81.18%-
XYZ26.8429.6963.35-
YUV140.31165.6390.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 19.60%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 207 (81.25% from 255) = 46.10%
R=19.60%
G=34.30%
B=46.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal881542070.570.2600.19206.7255.3557.84
Hex589ACF391A013cf373a
Octal13023231771320233176772
Binary101100010011010110011111110011101001001111001111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589acf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589acf; }

 p { color: rgb(88,154,207); }

 H1.HeaderClassName
 {
   color: #589acf;
 }
 .AnyTagClassName
 {
   color: #589acf;
 }
</style>
background-color css

<style>
 a { background-color: #589acf; }

 a { background-color: rgb(88,154,207); }

 div.DivClassName
 {
   background-color: #589acf;
 }
 .BgClassName
 {
   background-color: #589acf;
 }
</style>
border-color css

<style>
 span { border-color: #589acf; }

 span { border-color: rgb(88,154,207); }

 td.TdClassName
 {
   border-color: #589acf;
 }
 .TagClassName
 {
   border-color: #589acf;
 }
</style>