Html Css Color HEX #5B75CE Havelock Blue

📋 copy color: '#5B75CE'

red 91 ◦ green 117 ◦ blue 206

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

Shades of Havelock Blue #5B75CE

Tints of Havelock Blue #5B75CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.26%

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 21.98%
G = 28.26%
B = 49.76%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B75CE (or 0x5B75CE) is known color: Havelock Blue. HEX triplet: 5B, 75 and CE. RGB value is (91,117,206). Sum of RGB (Red+Green+Blue) = 91+117+206=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B75CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B75CE is #A48A31. Grayscale: #767676. Windows color (decimal): -10783282 or 13530459. OLE color: 13530459.

HSL color Cylindrical-coordinate representation of color #5B75CE: hue angle of 226.43º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B75CE is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 117 206 -
CMYK 0.56 0.43 0 0.19
HSL 226.43º 0.54% 0.58% -
HSV(B) 226.43º 0.56% 0.81% -
XYZ 21.82 19.4 60.99 -
YUV 119.37 176.89 107.76 -
System Red Green Blue C M Y K H S L
Decimal 91 117 206 0.56 0.43 0 0.19 226.43 0.54 0.58
Hex 5B 75 CE 38 2B 0 13 E2 36 3A
Octal 133 165 316 70 53 0 23 342 66 72
Binary 1011011 1110101 11001110 111000 101011 0 10011 11100010 110110 111010

Color Harmonies of #5B75CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B75CE

Black with #5B75CE

Text Example


Text Example

White with #5B75CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,117,206); }

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

background-color css

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

 a { background-color: rgb(91,117,206); }

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

border-color css

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

 span { border-color: rgb(91,117,206); }

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