#5868AF

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

Shades of Chetwode Blue #5868AF

Tints of Chetwode Blue #5868AF

Color information

#5868AF (or 0x5868AF) is unknown color: approx Chetwode Blue. HEX triplet: 58, 68 and AF. RGB value is (88,104,175). Sum of RGB (Red+Green+Blue) = 88+104+175=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #5868AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5868AF is #A79750. Grayscale: #6B6B6B. Windows color (decimal): -10983249 or 11495512. OLE color: 11495512.

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

Color convert

RGB88104175-
CMYK0.500.4100.31
HSL228.97º35.22%51.57%-
HSV(B)228.97º49.71%68.63%-
XYZ16.7115.0742.59-
YUV107.31166.2114.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.98%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 175 (68.75% from 255) = 47.68%
R=23.98%
G=28.34%
B=47.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881041750.500.4100.31228.9735.2251.57
Hex5868AF322901Fe52334
Octal13015025762510373454364
Binary101100011010001010111111001010100101111111100101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5868AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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