Html Css Color HEX #5B83BC Havelock Blue

📋 copy color: '#5B83BC'

red 91 ◦ green 131 ◦ blue 188

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

Shades of Havelock Blue #5B83BC

Tints of Havelock Blue #5B83BC

RGB

 RED value IS 91 (35.94% from 255) = 22.2%

 GREEN value IS 131 (51.56% from 255) = 31.95%

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 22.2%
G = 31.95%
B = 45.85%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B83BC (or 0x5B83BC) is known color: Havelock Blue. HEX triplet: 5B, 83 and BC. RGB value is (91,131,188). Sum of RGB (Red+Green+Blue) = 91+131+188=410 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.20% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B83BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B83BC is #A47C43. Grayscale: #7D7D7D. Windows color (decimal): -10779716 or 12354395. OLE color: 12354395.

HSL color Cylindrical-coordinate representation of color #5B83BC: hue angle of 215.26º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B83BC is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 131 188 -
CMYK 0.52 0.30 0 0.26
HSL 215.26º 0.42% 0.55% -
HSV(B) 215.26º 0.52% 0.74% -
XYZ 21.51 22.09 50.71 -
YUV 125.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 91 131 188 0.52 0.30 0 0.26 215.26 0.42 0.55
Hex 5B 83 BC 34 1E 0 1A D7 2A 37
Octal 133 203 274 64 36 0 32 327 52 67
Binary 1011011 10000011 10111100 110100 11110 0 11010 11010111 101010 110111

Color Harmonies of #5B83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B83BC

Black with #5B83BC

Text Example


Text Example

White with #5B83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B83BC; }

 p { color: rgb(91,131,188); }

 H1.HeaderClassName
 {
   color: #5B83BC;
 }
 .AnyTagClassName
 {
   color: #5B83BC;
 }
</style>

background-color css

<style>
 a { background-color: #5B83BC; }

 a { background-color: rgb(91,131,188); }

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

border-color css

<style>
 span { border-color: #5B83BC; }

 span { border-color: rgb(91,131,188); }

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