#5c75c1

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

Shades of Chetwode Blue #5C75C1

Tints of Chetwode Blue #5C75C1

Color information

#5C75C1 (or 0x5C75C1) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 75 and C1. RGB value is (92,117,193). Sum of RGB (Red+Green+Blue) = 92+117+193=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C75C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C75C1 is #A38A3E. Grayscale: #757575. Windows color (decimal): -10717759 or 12678492. OLE color: 12678492.

HSL color Cylindrical-coordinate representation of color #5C75C1: hue angle of 225.15º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C75C1 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB92117193-
CMYK0.520.3900.24
HSL225.15º44.89%55.88%-
HSV(B)225.15º52.33%75.69%-
XYZ20.418.8553.01-
YUV118.19170.22109.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.89%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 193 (75.78% from 255) = 48.01%
R=22.89%
G=29.10%
B=48.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921171930.520.3900.24225.1544.8955.88
Hex5C75C13427018e12d38
Octal13416530164470303415570
Binary101110011101011100000111010010011101100011100001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c75c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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