#5668AF

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

Shades of Chetwode Blue #5668AF

Tints of Chetwode Blue #5668AF

Color information

#5668AF (or 0x5668AF) is unknown color: approx Chetwode Blue. HEX triplet: 56, 68 and AF. RGB value is (86,104,175). Sum of RGB (Red+Green+Blue) = 86+104+175=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #5668AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5668AF is #A99750. Grayscale: #6A6A6A. Windows color (decimal): -11114321 or 11495510. OLE color: 11495510.

HSL color Cylindrical-coordinate representation of color #5668AF: hue angle of 227.87º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5668AF is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB86104175-
CMYK0.510.4100.31
HSL227.87º35.74%51.18%-
HSV(B)227.87º50.86%68.63%-
XYZ16.5314.9742.58-
YUV106.71166.54113.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 175 (68.75% from 255) = 47.95%
R=23.56%
G=28.49%
B=47.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal861041750.510.4100.31227.8735.7451.18
Hex5668AF332901Fe42433
Octal12615025763510373444463
Binary101011011010001010111111001110100101111111100100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5668AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5668AF; }

 p { color: rgb(86,104,175); }

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

<style>
 a { background-color: #5668AF; }

 a { background-color: rgb(86,104,175); }

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

<style>
 span { border-color: #5668AF; }

 span { border-color: rgb(86,104,175); }

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