Html Css Color HEX #589CCA Picton Blue

📋 copy color: '#589CCA'

red 88 ◦ green 156 ◦ blue 202

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

Shades of Picton Blue #589CCA

Tints of Picton Blue #589CCA

RGB

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

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

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

R = 19.73%
G = 34.98%
B = 45.29%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#589CCA (or 0x589CCA) is known color: Picton Blue. HEX triplet: 58, 9C and CA. RGB value is (88,156,202). Sum of RGB (Red+Green+Blue) = 88+156+202=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #589CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589CCA is #A76335. Grayscale: #8C8C8C. Windows color (decimal): -10969910 or 13278296. OLE color: 13278296.

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

Color convert

RGB 88 156 202 -
CMYK 0.56 0.23 0 0.21
HSL 204.21º 0.52% 0.57% -
HSV(B) 204.21º 0.56% 0.79% -
XYZ 26.57 30.12 60.29 -
YUV 140.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 88 156 202 0.56 0.23 0 0.21 204.21 0.52 0.57
Hex 58 9C CA 38 17 0 15 CC 34 39
Octal 130 234 312 70 27 0 25 314 64 71
Binary 1011000 10011100 11001010 111000 10111 0 10101 11001100 110100 111001

Color Harmonies of #589CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589CCA

Black with #589CCA

Text Example


Text Example

White with #589CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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