#5C69CD

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

Shades of Chetwode Blue #5C69CD

Tints of Chetwode Blue #5C69CD

Color information

#5C69CD (or 0x5C69CD) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 69 and CD. RGB value is (92,105,205). Sum of RGB (Red+Green+Blue) = 92+105+205=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C69CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C69CD is #A39632. Grayscale: #707070. Windows color (decimal): -10720819 or 13461852. OLE color: 13461852.

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

Color convert

RGB92105205-
CMYK0.550.4900.20
HSL233.1º53.05%58.24%-
HSV(B)233.1º55.12%80.39%-
XYZ20.4816.7959.92-
YUV112.51180.19113.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.89%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=22.89%
G=26.12%
B=51.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921052050.550.4900.20233.153.0558.24
Hex5C69CD3731014e9353a
Octal13415131567610243516572
Binary101110011010011100110111011111000101010011101001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C69CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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