#5C75BE

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

Shades of Chetwode Blue #5C75BE

Tints of Chetwode Blue #5C75BE

Color information

#5C75BE (or 0x5C75BE) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 75 and BE. RGB value is (92,117,190). Sum of RGB (Red+Green+Blue) = 92+117+190=399 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.06% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C75BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C75BE is #A38A41. Grayscale: #757575. Windows color (decimal): -10717762 or 12481884. OLE color: 12481884.

HSL color Cylindrical-coordinate representation of color #5C75BE: hue angle of 224.69º 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 #5C75BE is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92117190-
CMYK0.520.3800.25
HSL224.69º42.98%55.29%-
HSV(B)224.69º51.58%74.51%-
XYZ20.0718.7251.27-
YUV117.85168.72109.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.06%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=23.06%
G=29.32%
B=47.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921171900.520.3800.25224.6942.9855.29
Hex5C75BE3426019e12b37
Octal13416527664460313415367
Binary101110011101011011111011010010011001100111100001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C75BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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