#5A69CD

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

Shades of Chetwode Blue #5A69CD

Tints of Chetwode Blue #5A69CD

Color information

#5A69CD (or 0x5A69CD) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 69 and CD. RGB value is (90,105,205). Sum of RGB (Red+Green+Blue) = 90+105+205=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A69CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A69CD is #A59632. Grayscale: #6F6F6F. Windows color (decimal): -10851891 or 13461850. OLE color: 13461850.

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

Color convert

RGB90105205-
CMYK0.560.4900.20
HSL232.17º53.49%57.84%-
HSV(B)232.17º56.1%80.39%-
XYZ20.2916.6859.91-
YUV111.92180.53112.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.5%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 205 (80.47% from 255) = 51.25%
R=22.5%
G=26.25%
B=51.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901052050.560.4900.20232.1753.4957.84
Hex5A69CD3831014e8353a
Octal13215131570610243506572
Binary101101011010011100110111100011000101010011101000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A69CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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