#5C73BE

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

Shades of Chetwode Blue #5C73BE

Tints of Chetwode Blue #5C73BE

Color information

#5C73BE (or 0x5C73BE) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 73 and BE. RGB value is (92,115,190). Sum of RGB (Red+Green+Blue) = 92+115+190=397 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.17% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C73BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C73BE is #A38C41. Grayscale: #747474. Windows color (decimal): -10718274 or 12481372. OLE color: 12481372.

HSL color Cylindrical-coordinate representation of color #5C73BE: hue angle of 225.92º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C73BE is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92115190-
CMYK0.520.3900.25
HSL225.92º42.98%55.29%-
HSV(B)225.92º51.58%74.51%-
XYZ19.8418.2551.19-
YUV116.67169.38110.4-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.17%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=23.17%
G=28.97%
B=47.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921151900.520.3900.25225.9242.9855.29
Hex5C73BE3427019e22b37
Octal13416327664470313425367
Binary101110011100111011111011010010011101100111100010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,115,190); }

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

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

 a { background-color: rgb(92,115,190); }

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

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

 span { border-color: rgb(92,115,190); }

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