Html Css Color HEX #5896CE Picton Blue

📋 copy color: '#5896CE'

red 88 ◦ green 150 ◦ blue 206

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

Shades of Picton Blue #5896CE

Tints of Picton Blue #5896CE

RGB

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

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

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

R = 19.82%
G = 33.78%
B = 46.4%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5896CE (or 0x5896CE) is known color: Picton Blue. HEX triplet: 58, 96 and CE. RGB value is (88,150,206). Sum of RGB (Red+Green+Blue) = 88+150+206=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #5896CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5896CE is #A76931. Grayscale: #898989. Windows color (decimal): -10971442 or 13538904. OLE color: 13538904.

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

Color convert

RGB 88 150 206 -
CMYK 0.57 0.27 0 0.19
HSL 208.47º 0.55% 0.58% -
HSV(B) 208.47º 0.57% 0.81% -
XYZ 26.07 28.34 62.49 -
YUV 137.85 166.46 92.45 -
System Red Green Blue C M Y K H S L
Decimal 88 150 206 0.57 0.27 0 0.19 208.47 0.55 0.58
Hex 58 96 CE 39 1B 0 13 D0 37 3A
Octal 130 226 316 71 33 0 23 320 67 72
Binary 1011000 10010110 11001110 111001 11011 0 10011 11010000 110111 111010

Color Harmonies of #5896CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5896CE

Black with #5896CE

Text Example


Text Example

White with #5896CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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