#5167BC

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

Shades of Chetwode Blue #5167BC

Tints of Chetwode Blue #5167BC

Color information

#5167BC (or 0x5167BC) is unknown color: approx Chetwode Blue. HEX triplet: 51, 67 and BC. RGB value is (81,103,188). Sum of RGB (Red+Green+Blue) = 81+103+188=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #5167BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5167BC is #AE9843. Grayscale: #696969. Windows color (decimal): -11442244 or 12347217. OLE color: 12347217.

HSL color Cylindrical-coordinate representation of color #5167BC: hue angle of 227.66º 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 #5167BC is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81103188-
CMYK0.570.4500.26
HSL227.66º44.4%52.75%-
HSV(B)227.66º56.91%73.73%-
XYZ17.3215.0849.57-
YUV106.11174.21110.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.77%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 188 (73.83% from 255) = 50.54%
R=21.77%
G=27.69%
B=50.54%

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
Decimal811031880.570.4500.26227.6644.452.75
Hex5167BC392D01Ae42c35
Octal12114727471550323445465
Binary101000111001111011110011100110110101101011100100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5167BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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