Html Css Color HEX #5B7FCD Havelock Blue

📋 copy color: '#5B7FCD'

red 91 ◦ green 127 ◦ blue 205

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

Shades of Havelock Blue #5B7FCD

Tints of Havelock Blue #5B7FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.02%

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 21.51%
G = 30.02%
B = 48.46%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B7FCD (or 0x5B7FCD) is known color: Havelock Blue. HEX triplet: 5B, 7F and CD. RGB value is (91,127,205). Sum of RGB (Red+Green+Blue) = 91+127+205=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B7FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7FCD is #A48032. Grayscale: #7C7C7C. Windows color (decimal): -10780723 or 13467483. OLE color: 13467483.

HSL color Cylindrical-coordinate representation of color #5B7FCD: hue angle of 221.05º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B7FCD is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 127 205 -
CMYK 0.56 0.38 0 0.20
HSL 221.05º 0.53% 0.58% -
HSV(B) 221.05º 0.56% 0.8% -
XYZ 22.92 21.81 60.76 -
YUV 125.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 91 127 205 0.56 0.38 0 0.20 221.05 0.53 0.58
Hex 5B 7F CD 38 26 0 14 DD 35 3A
Octal 133 177 315 70 46 0 24 335 65 72
Binary 1011011 1111111 11001101 111000 100110 0 10100 11011101 110101 111010

Color Harmonies of #5B7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7FCD

Black with #5B7FCD

Text Example


Text Example

White with #5B7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,127,205); }

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

background-color css

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

 a { background-color: rgb(91,127,205); }

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

border-color css

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

 span { border-color: rgb(91,127,205); }

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