Html Css Color HEX #589CCC Picton Blue

📋 copy color: '#589CCC'

red 88 ◦ green 156 ◦ blue 204

#589CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #589CCC

Tints of Picton Blue #589CCC

RGB

 RED value IS 88 (34.77% from 255) = 19.64%

 GREEN value IS 156 (61.33% from 255) = 34.82%

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 19.64%
G = 34.82%
B = 45.54%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#589CCC (or 0x589CCC) is known color: Picton Blue. HEX triplet: 58, 9C and CC. RGB value is (88,156,204). Sum of RGB (Red+Green+Blue) = 88+156+204=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #589CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589CCC is #A76333. Grayscale: #8C8C8C. Windows color (decimal): -10969908 or 13409368. OLE color: 13409368.

HSL color Cylindrical-coordinate representation of color #589CCC: hue angle of 204.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #589CCC is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 156 204 -
CMYK 0.57 0.24 0 0.2
HSL 204.83º 0.53% 0.57% -
HSV(B) 204.83º 0.57% 0.8% -
XYZ 26.81 30.21 61.54 -
YUV 141.14 163.47 90.1 -
System Red Green Blue C M Y K H S L
Decimal 88 156 204 0.57 0.24 0 0.2 204.83 0.53 0.57
Hex 58 9C CC 39 18 0 14 CD 35 39
Octal 130 234 314 71 30 0 24 315 65 71
Binary 1011000 10011100 11001100 111001 11000 0 10100 11001101 110101 111001

Color Harmonies of #589CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589CCC

Black with #589CCC

Text Example


Text Example

White with #589CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,156,204); }

 H1.HeaderClassName
 {
   color: #589CCC;
 }
 .AnyTagClassName
 {
   color: #589CCC;
 }
</style>

background-color css

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

 a { background-color: rgb(88,156,204); }

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

border-color css

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

 span { border-color: rgb(88,156,204); }

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