Html Css Color HEX #589BC8 Picton Blue

📋 copy color: '#589BC8'

red 88 ◦ green 155 ◦ blue 200

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

Shades of Picton Blue #589BC8

Tints of Picton Blue #589BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.15%

R = 19.86%
G = 34.99%
B = 45.15%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#589BC8 (or 0x589BC8) is known color: Picton Blue. HEX triplet: 58, 9B and C8. RGB value is (88,155,200). Sum of RGB (Red+Green+Blue) = 88+155+200=443 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.86% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #589BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BC8 is #A76437. Grayscale: #8B8B8B. Windows color (decimal): -10970168 or 13146968. OLE color: 13146968.

HSL color Cylindrical-coordinate representation of color #589BC8: hue angle of 204.11º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #589BC8 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 88 155 200 -
CMYK 0.56 0.22 0 0.22
HSL 204.11º 0.5% 0.56% -
HSV(B) 204.11º 0.56% 0.78% -
XYZ 26.17 29.69 58.99 -
YUV 140.1 161.8 90.84 -
System Red Green Blue C M Y K H S L
Decimal 88 155 200 0.56 0.22 0 0.22 204.11 0.5 0.56
Hex 58 9B C8 38 16 0 16 CC 32 38
Octal 130 233 310 70 26 0 26 314 62 70
Binary 1011000 10011011 11001000 111000 10110 0 10110 11001100 110010 111000

Color Harmonies of #589BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589BC8

Black with #589BC8

Text Example


Text Example

White with #589BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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