Html Css Color HEX #5899CE Picton Blue

📋 copy color: '#5899CE'

red 88 ◦ green 153 ◦ blue 206

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

Shades of Picton Blue #5899CE

Tints of Picton Blue #5899CE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.23%

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 19.69%
G = 34.23%
B = 46.09%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5899CE (or 0x5899CE) is known color: Picton Blue. HEX triplet: 58, 99 and CE. RGB value is (88,153,206). Sum of RGB (Red+Green+Blue) = 88+153+206=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #5899CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5899CE is #A76631. Grayscale: #8B8B8B. Windows color (decimal): -10970674 or 13539672. OLE color: 13539672.

HSL color Cylindrical-coordinate representation of color #5899CE: hue angle of 206.95º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5899CE is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 153 206 -
CMYK 0.57 0.26 0 0.19
HSL 206.95º 0.55% 0.58% -
HSV(B) 206.95º 0.57% 0.81% -
XYZ 26.56 29.31 62.65 -
YUV 139.61 165.47 91.19 -
System Red Green Blue C M Y K H S L
Decimal 88 153 206 0.57 0.26 0 0.19 206.95 0.55 0.58
Hex 58 99 CE 39 1A 0 13 CF 37 3A
Octal 130 231 316 71 32 0 23 317 67 72
Binary 1011000 10011001 11001110 111001 11010 0 10011 11001111 110111 111010

Color Harmonies of #5899CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5899CE

Black with #5899CE

Text Example


Text Example

White with #5899CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5899CE; }

 p { color: rgb(88,153,206); }

 H1.HeaderClassName
 {
   color: #5899CE;
 }
 .AnyTagClassName
 {
   color: #5899CE;
 }
</style>

background-color css

<style>
 a { background-color: #5899CE; }

 a { background-color: rgb(88,153,206); }

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

border-color css

<style>
 span { border-color: #5899CE; }

 span { border-color: rgb(88,153,206); }

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