#5168BC

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

Shades of Chetwode Blue #5168BC

Tints of Chetwode Blue #5168BC

Color information

#5168BC (or 0x5168BC) is unknown color: approx Chetwode Blue. HEX triplet: 51, 68 and BC. RGB value is (81,104,188). Sum of RGB (Red+Green+Blue) = 81+104+188=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #5168BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5168BC is #AE9743. Grayscale: #6A6A6A. Windows color (decimal): -11441988 or 12347473. OLE color: 12347473.

HSL color Cylindrical-coordinate representation of color #5168BC: hue angle of 227.1º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5168BC is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81104188-
CMYK0.570.4500.26
HSL227.1º44.4%52.75%-
HSV(B)227.1º56.91%73.73%-
XYZ17.4215.2849.61-
YUV106.7173.88109.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 188 (73.83% from 255) = 50.40%
R=21.72%
G=27.88%
B=50.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811041880.570.4500.26227.144.452.75
Hex5168BC392D01Ae32c35
Octal12115027471550323435465
Binary101000111010001011110011100110110101101011100011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5168BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5168BC; }

 p { color: rgb(81,104,188); }

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

<style>
 a { background-color: #5168BC; }

 a { background-color: rgb(81,104,188); }

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

<style>
 span { border-color: #5168BC; }

 span { border-color: rgb(81,104,188); }

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