Html Css Color HEX #5C7ACB Havelock Blue

📋 copy color: '#5C7ACB'

red 92 ◦ green 122 ◦ blue 203

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

Shades of Havelock Blue #5C7ACB

Tints of Havelock Blue #5C7ACB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.26%

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 22.06%
G = 29.26%
B = 48.68%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C7ACB (or 0x5C7ACB) is known color: Havelock Blue. HEX triplet: 5C, 7A and CB. RGB value is (92,122,203). Sum of RGB (Red+Green+Blue) = 92+122+203=417 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.06% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C7ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7ACB is #A38534. Grayscale: #797979. Windows color (decimal): -10716469 or 13335132. OLE color: 13335132.

HSL color Cylindrical-coordinate representation of color #5C7ACB: hue angle of 223.78º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C7ACB is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 122 203 -
CMYK 0.55 0.40 0 0.20
HSL 223.78º 0.52% 0.58% -
HSV(B) 223.78º 0.55% 0.8% -
XYZ 22.15 20.51 59.29 -
YUV 122.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 92 122 203 0.55 0.40 0 0.20 223.78 0.52 0.58
Hex 5C 7A CB 37 28 0 14 E0 34 3A
Octal 134 172 313 67 50 0 24 340 64 72
Binary 1011100 1111010 11001011 110111 101000 0 10100 11100000 110100 111010

Color Harmonies of #5C7ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7ACB

Black with #5C7ACB

Text Example


Text Example

White with #5C7ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,122,203); }

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

background-color css

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

 a { background-color: rgb(92,122,203); }

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

border-color css

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

 span { border-color: rgb(92,122,203); }

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