#5F74CD

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

Shades of Chetwode Blue #5F74CD

Tints of Chetwode Blue #5F74CD

Color information

#5F74CD (or 0x5F74CD) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 74 and CD. RGB value is (95,116,205). Sum of RGB (Red+Green+Blue) = 95+116+205=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F74CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F74CD is #A08B32. Grayscale: #777777. Windows color (decimal): -10521395 or 13464671. OLE color: 13464671.

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

Color convert

RGB95116205-
CMYK0.540.4300.20
HSL228.55º52.38%58.82%-
HSV(B)228.55º53.66%80.39%-
XYZ21.9819.3360.33-
YUV119.87176.04110.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.84%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=22.84%
G=27.88%
B=49.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal951162050.540.4300.20228.5552.3858.82
Hex5F74CD362B014e5343b
Octal13716431566530243456473
Binary101111111101001100110111011010101101010011100101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F74CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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