#5A6CCD

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

Shades of Chetwode Blue #5A6CCD

Tints of Chetwode Blue #5A6CCD

Color information

#5A6CCD (or 0x5A6CCD) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 6C and CD. RGB value is (90,108,205). Sum of RGB (Red+Green+Blue) = 90+108+205=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6CCD is #A59332. Grayscale: #717171. Windows color (decimal): -10851123 or 13462618. OLE color: 13462618.

HSL color Cylindrical-coordinate representation of color #5A6CCD: hue angle of 230.61º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A6CCD is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB90108205-
CMYK0.560.4700.20
HSL230.61º53.49%57.84%-
HSV(B)230.61º56.1%80.39%-
XYZ20.617.3160.01-
YUV113.68179.54111.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.33%
GREEN value IS 108 (42.58% from 255) = 26.80%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=22.33%
G=26.80%
B=50.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901082050.560.4700.20230.6153.4957.84
Hex5A6CCD382F014e7353a
Octal13215431570570243476572
Binary101101011011001100110111100010111101010011100111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,108,205); }

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

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

 a { background-color: rgb(90,108,205); }

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

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

 span { border-color: rgb(90,108,205); }

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