#5367bc

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

Shades of Chetwode Blue #5367BC

Tints of Chetwode Blue #5367BC

Color information

#5367BC (or 0x5367BC) is unknown color: approx Chetwode Blue. HEX triplet: 53, 67 and BC. RGB value is (83,103,188). Sum of RGB (Red+Green+Blue) = 83+103+188=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #5367BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5367BC is #AC9843. Grayscale: #6A6A6A. Windows color (decimal): -11311172 or 12347219. OLE color: 12347219.

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

Color convert

RGB83103188-
CMYK0.560.4500.26
HSL228.57º43.93%53.14%-
HSV(B)228.57º55.85%73.73%-
XYZ17.4915.1749.58-
YUV106.71173.87111.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 188 (73.83% from 255) = 50.27%
R=22.19%
G=27.54%
B=50.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831031880.560.4500.26228.5743.9353.14
Hex5367BC382D01Ae52c35
Octal12314727470550323455465
Binary101001111001111011110011100010110101101011100101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5367bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5367bc; }

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

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

<style>
 a { background-color: #5367bc; }

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

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

<style>
 span { border-color: #5367bc; }

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

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