#589ACA

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

Shades of Picton Blue #589ACA

Tints of Picton Blue #589ACA

Color information

#589ACA (or 0x589ACA) is unknown color: approx Picton Blue. HEX triplet: 58, 9A and CA. RGB value is (88,154,202). Sum of RGB (Red+Green+Blue) = 88+154+202=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #589ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ACA is #A76535. Grayscale: #8B8B8B. Windows color (decimal): -10970422 or 13277784. OLE color: 13277784.

HSL color Cylindrical-coordinate representation of color #589ACA: hue angle of 205.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #589ACA is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB88154202-
CMYK0.560.2400.21
HSL205.26º51.82%56.86%-
HSV(B)205.26º56.44%79.22%-
XYZ26.2429.4560.18-
YUV139.74163.1391.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.82%
GREEN value IS 154 (60.55% from 255) = 34.68%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=19.82%
G=34.68%
B=45.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal881542020.560.2400.21205.2651.8256.86
Hex589ACA3818015cd3439
Octal13023231270300253156471
Binary101100010011010110010101110001100001010111001101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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