Html Css Color HEX #589CDC Picton Blue

📋 copy color: '#589CDC'

red 88 ◦ green 156 ◦ blue 220

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

Shades of Picton Blue #589CDC

Tints of Picton Blue #589CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 18.97%
G = 33.62%
B = 47.41%

CMYK

 C value IS 0.6

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#589CDC (or 0x589CDC) is known color: Picton Blue. HEX triplet: 58, 9C and DC. RGB value is (88,156,220). Sum of RGB (Red+Green+Blue) = 88+156+220=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #589CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589CDC is #A76323. Grayscale: #8E8E8E. Windows color (decimal): -10969892 or 14457944. OLE color: 14457944.

HSL color Cylindrical-coordinate representation of color #589CDC: hue angle of 209.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #589CDC is Cyan = 0.6, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 156 220 -
CMYK 0.6 0.29 0 0.14
HSL 209.09º 0.65% 0.6% -
HSV(B) 209.09º 0.6% 0.86% -
XYZ 28.83 31.02 72.18 -
YUV 142.96 171.47 88.8 -
System Red Green Blue C M Y K H S L
Decimal 88 156 220 0.6 0.29 0 0.14 209.09 0.65 0.6
Hex 58 9C DC 3C 1D 0 E D1 41 3C
Octal 130 234 334 74 35 0 16 321 101 74
Binary 1011000 10011100 11011100 111100 11101 0 1110 11010001 1000001 111100

Color Harmonies of #589CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589CDC

Black with #589CDC

Text Example


Text Example

White with #589CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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