#5769CD

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

Shades of Chetwode Blue #5769CD

Tints of Chetwode Blue #5769CD

Color information

#5769CD (or 0x5769CD) is unknown color: approx Chetwode Blue. HEX triplet: 57, 69 and CD. RGB value is (87,105,205). Sum of RGB (Red+Green+Blue) = 87+105+205=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #5769CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5769CD is #A89632. Grayscale: #6E6E6E. Windows color (decimal): -11048499 or 13461847. OLE color: 13461847.

HSL color Cylindrical-coordinate representation of color #5769CD: hue angle of 230.85º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5769CD is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB87105205-
CMYK0.580.4900.20
HSL230.85º54.13%57.25%-
HSV(B)230.85º57.56%80.39%-
XYZ2016.5459.9-
YUV111.02181.04110.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.91%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 205 (80.47% from 255) = 51.64%
R=21.91%
G=26.45%
B=51.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871052050.580.4900.20230.8554.1357.25
Hex5769CD3A31014e73639
Octal12715131572610243476671
Binary101011111010011100110111101011000101010011100111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5769CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5769CD; }

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

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

<style>
 a { background-color: #5769CD; }

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

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

<style>
 span { border-color: #5769CD; }

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

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