Html Css Color HEX #5088C3 Havelock Blue

📋 copy color: '#5088C3'

red 80 ◦ green 136 ◦ blue 195

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

Shades of Havelock Blue #5088C3

Tints of Havelock Blue #5088C3

RGB

 RED value IS 80 (31.64% from 255) = 19.46%

 GREEN value IS 136 (53.52% from 255) = 33.09%

 BLUE value IS 195 (76.56% from 255) = 47.45%

R = 19.46%
G = 33.09%
B = 47.45%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5088C3 (or 0x5088C3) is known color: Havelock Blue. HEX triplet: 50, 88 and C3. RGB value is (80,136,195). Sum of RGB (Red+Green+Blue) = 80+136+195=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 195 (76.56% from 255 or 47.45% from 411); Max value from RGB is 195 - color contains mainly: blue. Hex color #5088C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5088C3 is #AF773C. Grayscale: #7D7D7D. Windows color (decimal): -11499325 or 12814416. OLE color: 12814416.

HSL color Cylindrical-coordinate representation of color #5088C3: hue angle of 210.78º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5088C3 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 136 195 -
CMYK 0.59 0.30 0 0.24
HSL 210.78º 0.49% 0.54% -
HSV(B) 210.78º 0.59% 0.76% -
XYZ 21.96 23.25 54.96 -
YUV 125.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 80 136 195 0.59 0.30 0 0.24 210.78 0.49 0.54
Hex 50 88 C3 3B 1E 0 18 D3 31 36
Octal 120 210 303 73 36 0 30 323 61 66
Binary 1010000 10001000 11000011 111011 11110 0 11000 11010011 110001 110110

Color Harmonies of #5088C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5088C3

Black with #5088C3

Text Example


Text Example

White with #5088C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5088C3; }

 p { color: rgb(80,136,195); }

 H1.HeaderClassName
 {
   color: #5088C3;
 }
 .AnyTagClassName
 {
   color: #5088C3;
 }
</style>

background-color css

<style>
 a { background-color: #5088C3; }

 a { background-color: rgb(80,136,195); }

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

border-color css

<style>
 span { border-color: #5088C3; }

 span { border-color: rgb(80,136,195); }

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