Html Css Color HEX #589BDC Picton Blue

📋 copy color: '#589BDC'

red 88 ◦ green 155 ◦ blue 220

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

Shades of Picton Blue #589BDC

Tints of Picton Blue #589BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.48%

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

R = 19.01%
G = 33.48%
B = 47.52%

CMYK

 C value IS 0.6

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#589BDC (or 0x589BDC) is known color: Picton Blue. HEX triplet: 58, 9B and DC. RGB value is (88,155,220). Sum of RGB (Red+Green+Blue) = 88+155+220=463 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.01% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #589BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BDC is #A76423. Grayscale: #8E8E8E. Windows color (decimal): -10970148 or 14457688. OLE color: 14457688.

HSL color Cylindrical-coordinate representation of color #589BDC: hue angle of 209.55º 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 #589BDC is Cyan = 0.6, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 155 220 -
CMYK 0.6 0.30 0 0.14
HSL 209.55º 0.65% 0.6% -
HSV(B) 209.55º 0.6% 0.86% -
XYZ 28.66 30.68 72.12 -
YUV 142.38 171.8 89.21 -
System Red Green Blue C M Y K H S L
Decimal 88 155 220 0.6 0.30 0 0.14 209.55 0.65 0.6
Hex 58 9B DC 3C 1E 0 E D2 41 3C
Octal 130 233 334 74 36 0 16 322 101 74
Binary 1011000 10011011 11011100 111100 11110 0 1110 11010010 1000001 111100

Color Harmonies of #589BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589BDC

Black with #589BDC

Text Example


Text Example

White with #589BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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