Html Css Color HEX #5B7CCD Havelock Blue

📋 copy color: '#5B7CCD'

red 91 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #5B7CCD

Tints of Havelock Blue #5B7CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.52%

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

R = 21.67%
G = 29.52%
B = 48.81%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5B7CCD (or 0x5B7CCD) is known color: Havelock Blue. HEX triplet: 5B, 7C and CD. RGB value is (91,124,205). Sum of RGB (Red+Green+Blue) = 91+124+205=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B7CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7CCD is #A48332. Grayscale: #7B7B7B. Windows color (decimal): -10781491 or 13466715. OLE color: 13466715.

HSL color Cylindrical-coordinate representation of color #5B7CCD: hue angle of 222.63º 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 #5B7CCD is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 91 124 205 -
CMYK 0.56 0.40 0 0.20
HSL 222.63º 0.53% 0.58% -
HSV(B) 222.63º 0.56% 0.8% -
XYZ 22.54 21.05 60.63 -
YUV 123.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 91 124 205 0.56 0.40 0 0.20 222.63 0.53 0.58
Hex 5B 7C CD 38 28 0 14 DF 35 3A
Octal 133 174 315 70 50 0 24 337 65 72
Binary 1011011 1111100 11001101 111000 101000 0 10100 11011111 110101 111010

Color Harmonies of #5B7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7CCD

Black with #5B7CCD

Text Example


Text Example

White with #5B7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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