Html Css Color HEX #5A7CBC Havelock Blue

📋 copy color: '#5A7CBC'

red 90 ◦ green 124 ◦ blue 188

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

Shades of Havelock Blue #5A7CBC

Tints of Havelock Blue #5A7CBC

RGB

 RED value IS 90 (35.55% from 255) = 22.39%

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 22.39%
G = 30.85%
B = 46.77%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A7CBC (or 0x5A7CBC) is known color: Havelock Blue. HEX triplet: 5A, 7C and BC. RGB value is (90,124,188). Sum of RGB (Red+Green+Blue) = 90+124+188=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A7CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7CBC is #A58343. Grayscale: #787878. Windows color (decimal): -10847044 or 12352602. OLE color: 12352602.

HSL color Cylindrical-coordinate representation of color #5A7CBC: hue angle of 219.18º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A7CBC is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 124 188 -
CMYK 0.52 0.34 0 0.26
HSL 219.18º 0.42% 0.55% -
HSV(B) 219.18º 0.52% 0.74% -
XYZ 20.5 20.22 50.4 -
YUV 121.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 90 124 188 0.52 0.34 0 0.26 219.18 0.42 0.55
Hex 5A 7C BC 34 22 0 1A DB 2A 37
Octal 132 174 274 64 42 0 32 333 52 67
Binary 1011010 1111100 10111100 110100 100010 0 11010 11011011 101010 110111

Color Harmonies of #5A7CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7CBC

Black with #5A7CBC

Text Example


Text Example

White with #5A7CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,124,188); }

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

background-color css

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

 a { background-color: rgb(90,124,188); }

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

border-color css

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

 span { border-color: rgb(90,124,188); }

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