#5368BD

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

Shades of Chetwode Blue #5368BD

Tints of Chetwode Blue #5368BD

Color information

#5368BD (or 0x5368BD) is unknown color: approx Chetwode Blue. HEX triplet: 53, 68 and BD. RGB value is (83,104,189). Sum of RGB (Red+Green+Blue) = 83+104+189=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #5368BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5368BD is #AC9742. Grayscale: #6B6B6B. Windows color (decimal): -11310915 or 12413011. OLE color: 12413011.

HSL color Cylindrical-coordinate representation of color #5368BD: hue angle of 228.11º degrees, saturation: 0.45, 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 #5368BD is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB83104189-
CMYK0.560.4500.26
HSL228.11º44.54%53.33%-
HSV(B)228.11º56.08%74.12%-
XYZ17.715.4150.19-
YUV107.41174.04110.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.07%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 189 (74.22% from 255) = 50.27%
R=22.07%
G=27.66%
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
Decimal831041890.560.4500.26228.1144.5453.33
Hex5368BD382D01Ae42d35
Octal12315027570550323445565
Binary101001111010001011110111100010110101101011100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5368BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5368BD; }

 p { color: rgb(83,104,189); }

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

<style>
 a { background-color: #5368BD; }

 a { background-color: rgb(83,104,189); }

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

<style>
 span { border-color: #5368BD; }

 span { border-color: rgb(83,104,189); }

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