Html Css Color HEX #5A76CD Havelock Blue

📋 copy color: '#5A76CD'

red 90 ◦ green 118 ◦ blue 205

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

Shades of Havelock Blue #5A76CD

Tints of Havelock Blue #5A76CD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.57%

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

R = 21.79%
G = 28.57%
B = 49.64%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A76CD (or 0x5A76CD) is known color: Havelock Blue. HEX triplet: 5A, 76 and CD. RGB value is (90,118,205). Sum of RGB (Red+Green+Blue) = 90+118+205=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A76CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A76CD is #A58932. Grayscale: #777777. Windows color (decimal): -10848563 or 13465178. OLE color: 13465178.

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

Color convert

RGB 90 118 205 -
CMYK 0.56 0.42 0 0.20
HSL 225.39º 0.53% 0.58% -
HSV(B) 225.39º 0.56% 0.8% -
XYZ 21.71 19.54 60.38 -
YUV 119.55 176.22 106.93 -
System Red Green Blue C M Y K H S L
Decimal 90 118 205 0.56 0.42 0 0.20 225.39 0.53 0.58
Hex 5A 76 CD 38 2A 0 14 E1 35 3A
Octal 132 166 315 70 52 0 24 341 65 72
Binary 1011010 1110110 11001101 111000 101010 0 10100 11100001 110101 111010

Color Harmonies of #5A76CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A76CD

Black with #5A76CD

Text Example


Text Example

White with #5A76CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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