Html Css Color HEX #5C74CB Havelock Blue

📋 copy color: '#5C74CB'

red 92 ◦ green 116 ◦ blue 203

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

Shades of Havelock Blue #5C74CB

Tints of Havelock Blue #5C74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

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

R = 22.38%
G = 28.22%
B = 49.39%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C74CB (or 0x5C74CB) is known color: Havelock Blue. HEX triplet: 5C, 74 and CB. RGB value is (92,116,203). Sum of RGB (Red+Green+Blue) = 92+116+203=411 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.38% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C74CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C74CB is #A38B34. Grayscale: #767676. Windows color (decimal): -10718005 or 13333596. OLE color: 13333596.

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

Color convert

RGB 92 116 203 -
CMYK 0.55 0.43 0 0.20
HSL 227.03º 0.52% 0.58% -
HSV(B) 227.03º 0.55% 0.8% -
XYZ 21.44 19.08 59.05 -
YUV 118.74 175.55 108.93 -
System Red Green Blue C M Y K H S L
Decimal 92 116 203 0.55 0.43 0 0.20 227.03 0.52 0.58
Hex 5C 74 CB 37 2B 0 14 E3 34 3A
Octal 134 164 313 67 53 0 24 343 64 72
Binary 1011100 1110100 11001011 110111 101011 0 10100 11100011 110100 111010

Color Harmonies of #5C74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C74CB

Black with #5C74CB

Text Example


Text Example

White with #5C74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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