Html Css Color HEX #589DCA Picton Blue

📋 copy color: '#589DCA'

red 88 ◦ green 157 ◦ blue 202

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

Shades of Picton Blue #589DCA

Tints of Picton Blue #589DCA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.12%

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 19.69%
G = 35.12%
B = 45.19%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#589DCA (or 0x589DCA) is known color: Picton Blue. HEX triplet: 58, 9D and CA. RGB value is (88,157,202). Sum of RGB (Red+Green+Blue) = 88+157+202=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #589DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DCA is #A76235. Grayscale: #8D8D8D. Windows color (decimal): -10969654 or 13278552. OLE color: 13278552.

HSL color Cylindrical-coordinate representation of color #589DCA: hue angle of 203.68º 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 #589DCA is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 157 202 -
CMYK 0.56 0.22 0 0.21
HSL 203.68º 0.52% 0.57% -
HSV(B) 203.68º 0.56% 0.79% -
XYZ 26.74 30.45 60.35 -
YUV 141.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 88 157 202 0.56 0.22 0 0.21 203.68 0.52 0.57
Hex 58 9D CA 38 16 0 15 CC 34 39
Octal 130 235 312 70 26 0 25 314 64 71
Binary 1011000 10011101 11001010 111000 10110 0 10101 11001100 110100 111001

Color Harmonies of #589DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589DCA

Black with #589DCA

Text Example


Text Example

White with #589DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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