Html Css Color HEX #5C78B4 Havelock Blue

📋 copy color: '#5C78B4'

red 92 ◦ green 120 ◦ blue 180

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

Shades of Havelock Blue #5C78B4

Tints of Havelock Blue #5C78B4

RGB

 RED value IS 92 (36.33% from 255) = 23.47%

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

 BLUE value IS 180 (70.7% from 255) = 45.92%

R = 23.47%
G = 30.61%
B = 45.92%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5C78B4 (or 0x5C78B4) is known color: Havelock Blue. HEX triplet: 5C, 78 and B4. RGB value is (92,120,180). Sum of RGB (Red+Green+Blue) = 92+120+180=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #5C78B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C78B4 is #A3874B. Grayscale: #767676. Windows color (decimal): -10717004 or 11827292. OLE color: 11827292.

HSL color Cylindrical-coordinate representation of color #5C78B4: hue angle of 220.91º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C78B4 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 92 120 180 -
CMYK 0.49 0.33 0 0.29
HSL 220.91º 0.37% 0.53% -
HSV(B) 220.91º 0.49% 0.71% -
XYZ 19.37 19 45.83 -
YUV 118.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 92 120 180 0.49 0.33 0 0.29 220.91 0.37 0.53
Hex 5C 78 B4 31 21 0 1D DD 25 35
Octal 134 170 264 61 41 0 35 335 45 65
Binary 1011100 1111000 10110100 110001 100001 0 11101 11011101 100101 110101

Color Harmonies of #5C78B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C78B4

Black with #5C78B4

Text Example


Text Example

White with #5C78B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,120,180); }

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

background-color css

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

 a { background-color: rgb(92,120,180); }

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

border-color css

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

 span { border-color: rgb(92,120,180); }

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