#5C74CD

Color #5C74CD Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5C74CD

Tints of Havelock Blue #5C74CD

Color information

#5C74CD (or 0x5C74CD) is unknown color: approx Havelock Blue. HEX triplet: 5C, 74 and CD. RGB value is (92,116,205). Sum of RGB (Red+Green+Blue) = 92+116+205=413 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.28% from 413); Green value is 116 (45.70% from 255 or 28.09% 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 #5C74CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C74CD is #A38B32. Grayscale: #767676. Windows color (decimal): -10718003 or 13464668. OLE color: 13464668.

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

Color convert

RGB92116205-
CMYK0.550.4300.20
HSL227.26º53.05%58.24%-
HSV(B)227.26º55.12%80.39%-
XYZ21.6819.1760.32-
YUV118.97176.55108.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.28%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 205 (80.47% from 255) = 49.64%
R=22.28%
G=28.09%
B=49.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921162050.550.4300.20227.2653.0558.24
Hex5C74CD372B014e3353a
Octal13416431567530243436572
Binary101110011101001100110111011110101101010011100011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C74CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C74CD;
 }
 .AnyTagClassName
 {
   color: #5C74CD;
 }
</style>
background-color css

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

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

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

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

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

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