Html Css Color HEX #5A7BCD Havelock Blue

📋 copy color: '#5A7BCD'

red 90 ◦ green 123 ◦ blue 205

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

Shades of Havelock Blue #5A7BCD

Tints of Havelock Blue #5A7BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.43%

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

R = 21.53%
G = 29.43%
B = 49.04%

CMYK

 C value IS 0.56

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A7BCD (or 0x5A7BCD) is known color: Havelock Blue. HEX triplet: 5A, 7B and CD. RGB value is (90,123,205). Sum of RGB (Red+Green+Blue) = 90+123+205=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A7BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7BCD is #A58432. Grayscale: #7A7A7A. Windows color (decimal): -10847283 or 13466458. OLE color: 13466458.

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

Color convert

RGB 90 123 205 -
CMYK 0.56 0.4 0 0.20
HSL 222.78º 0.53% 0.58% -
HSV(B) 222.78º 0.56% 0.8% -
XYZ 22.32 20.75 60.59 -
YUV 122.48 174.57 104.83 -
System Red Green Blue C M Y K H S L
Decimal 90 123 205 0.56 0.4 0 0.20 222.78 0.53 0.58
Hex 5A 7B CD 38 28 0 14 DF 35 3A
Octal 132 173 315 70 50 0 24 337 65 72
Binary 1011010 1111011 11001101 111000 101000 0 10100 11011111 110101 111010

Color Harmonies of #5A7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7BCD

Black with #5A7BCD

Text Example


Text Example

White with #5A7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,123,205); }

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

background-color css

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

 a { background-color: rgb(90,123,205); }

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

border-color css

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

 span { border-color: rgb(90,123,205); }

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