Html Css Color HEX #5B7FCA Havelock Blue

📋 copy color: '#5B7FCA'

red 91 ◦ green 127 ◦ blue 202

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

Shades of Havelock Blue #5B7FCA

Tints of Havelock Blue #5B7FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 21.67%
G = 30.24%
B = 48.1%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B7FCA (or 0x5B7FCA) is known color: Havelock Blue. HEX triplet: 5B, 7F and CA. RGB value is (91,127,202). Sum of RGB (Red+Green+Blue) = 91+127+202=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B7FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7FCA is #A48035. Grayscale: #7C7C7C. Windows color (decimal): -10780726 or 13270875. OLE color: 13270875.

HSL color Cylindrical-coordinate representation of color #5B7FCA: hue angle of 220.54º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B7FCA is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 127 202 -
CMYK 0.55 0.37 0 0.21
HSL 220.54º 0.51% 0.57% -
HSV(B) 220.54º 0.55% 0.79% -
XYZ 22.56 21.67 58.87 -
YUV 124.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 91 127 202 0.55 0.37 0 0.21 220.54 0.51 0.57
Hex 5B 7F CA 37 25 0 15 DD 33 39
Octal 133 177 312 67 45 0 25 335 63 71
Binary 1011011 1111111 11001010 110111 100101 0 10101 11011101 110011 111001

Color Harmonies of #5B7FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7FCA

Black with #5B7FCA

Text Example


Text Example

White with #5B7FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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