Html Css Color HEX #5B78CF Havelock Blue

📋 copy color: '#5B78CF'

red 91 ◦ green 120 ◦ blue 207

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

Shades of Havelock Blue #5B78CF

Tints of Havelock Blue #5B78CF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.71%

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 21.77%
G = 28.71%
B = 49.52%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B78CF (or 0x5B78CF) is known color: Havelock Blue. HEX triplet: 5B, 78 and CF. RGB value is (91,120,207). Sum of RGB (Red+Green+Blue) = 91+120+207=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B78CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B78CF is #A48730. Grayscale: #787878. Windows color (decimal): -10782513 or 13596763. OLE color: 13596763.

HSL color Cylindrical-coordinate representation of color #5B78CF: hue angle of 225º degrees, saturation: 0.55, 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 #5B78CF is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 120 207 -
CMYK 0.56 0.42 0 0.19
HSL 225º 0.55% 0.58% -
HSV(B) 225º 0.56% 0.81% -
XYZ 22.29 20.16 61.75 -
YUV 121.25 176.39 106.43 -
System Red Green Blue C M Y K H S L
Decimal 91 120 207 0.56 0.42 0 0.19 225 0.55 0.58
Hex 5B 78 CF 38 2A 0 13 E1 37 3A
Octal 133 170 317 70 52 0 23 341 67 72
Binary 1011011 1111000 11001111 111000 101010 0 10011 11100001 110111 111010

Color Harmonies of #5B78CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B78CF

Black with #5B78CF

Text Example


Text Example

White with #5B78CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,120,207); }

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

background-color css

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

 a { background-color: rgb(91,120,207); }

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

border-color css

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

 span { border-color: rgb(91,120,207); }

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