Html Css Color HEX #5899CB Picton Blue

📋 copy color: '#5899CB'

red 88 ◦ green 153 ◦ blue 203

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

Shades of Picton Blue #5899CB

Tints of Picton Blue #5899CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 19.82%
G = 34.46%
B = 45.72%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5899CB (or 0x5899CB) is known color: Picton Blue. HEX triplet: 58, 99 and CB. RGB value is (88,153,203). Sum of RGB (Red+Green+Blue) = 88+153+203=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #5899CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5899CB is #A76634. Grayscale: #8B8B8B. Windows color (decimal): -10970677 or 13343064. OLE color: 13343064.

HSL color Cylindrical-coordinate representation of color #5899CB: hue angle of 206.09º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5899CB is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 153 203 -
CMYK 0.57 0.25 0 0.20
HSL 206.09º 0.53% 0.57% -
HSV(B) 206.09º 0.57% 0.8% -
XYZ 26.2 29.17 60.75 -
YUV 139.27 163.97 91.43 -
System Red Green Blue C M Y K H S L
Decimal 88 153 203 0.57 0.25 0 0.20 206.09 0.53 0.57
Hex 58 99 CB 39 19 0 14 CE 35 39
Octal 130 231 313 71 31 0 24 316 65 71
Binary 1011000 10011001 11001011 111001 11001 0 10100 11001110 110101 111001

Color Harmonies of #5899CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5899CB

Black with #5899CB

Text Example


Text Example

White with #5899CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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