Html Css Color HEX #5896CB Picton Blue

📋 copy color: '#5896CB'

red 88 ◦ green 150 ◦ blue 203

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

Shades of Picton Blue #5896CB

Tints of Picton Blue #5896CB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.01%

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

R = 19.95%
G = 34.01%
B = 46.03%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5896CB (or 0x5896CB) is known color: Picton Blue. HEX triplet: 58, 96 and CB. RGB value is (88,150,203). Sum of RGB (Red+Green+Blue) = 88+150+203=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #5896CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5896CB is #A76934. Grayscale: #898989. Windows color (decimal): -10971445 or 13342296. OLE color: 13342296.

HSL color Cylindrical-coordinate representation of color #5896CB: hue angle of 207.65º 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 #5896CB is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 150 203 -
CMYK 0.57 0.26 0 0.20
HSL 207.65º 0.53% 0.57% -
HSV(B) 207.65º 0.57% 0.8% -
XYZ 25.71 28.2 60.59 -
YUV 137.5 164.96 92.69 -
System Red Green Blue C M Y K H S L
Decimal 88 150 203 0.57 0.26 0 0.20 207.65 0.53 0.57
Hex 58 96 CB 39 1A 0 14 D0 35 39
Octal 130 226 313 71 32 0 24 320 65 71
Binary 1011000 10010110 11001011 111001 11010 0 10100 11010000 110101 111001

Color Harmonies of #5896CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5896CB

Black with #5896CB

Text Example


Text Example

White with #5896CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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