Html Css Color HEX #589EDC Picton Blue

📋 copy color: '#589EDC'

red 88 ◦ green 158 ◦ blue 220

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

Shades of Picton Blue #589EDC

Tints of Picton Blue #589EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.91%

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

R = 18.88%
G = 33.91%
B = 47.21%

CMYK

 C value IS 0.6

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#589EDC (or 0x589EDC) is known color: Picton Blue. HEX triplet: 58, 9E and DC. RGB value is (88,158,220). Sum of RGB (Red+Green+Blue) = 88+158+220=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #589EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589EDC is #A76123. Grayscale: #8F8F8F. Windows color (decimal): -10969380 or 14458456. OLE color: 14458456.

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

Color convert

RGB 88 158 220 -
CMYK 0.6 0.28 0 0.14
HSL 208.18º 0.65% 0.6% -
HSV(B) 208.18º 0.6% 0.86% -
XYZ 29.17 31.7 72.29 -
YUV 144.14 170.81 87.96 -
System Red Green Blue C M Y K H S L
Decimal 88 158 220 0.6 0.28 0 0.14 208.18 0.65 0.6
Hex 58 9E DC 3C 1C 0 E D0 41 3C
Octal 130 236 334 74 34 0 16 320 101 74
Binary 1011000 10011110 11011100 111100 11100 0 1110 11010000 1000001 111100

Color Harmonies of #589EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589EDC

Black with #589EDC

Text Example


Text Example

White with #589EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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