#5268B7

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

Shades of Chetwode Blue #5268B7

Tints of Chetwode Blue #5268B7

Color information

#5268B7 (or 0x5268B7) is unknown color: approx Chetwode Blue. HEX triplet: 52, 68 and B7. RGB value is (82,104,183). Sum of RGB (Red+Green+Blue) = 82+104+183=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #5268B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5268B7 is #AD9748. Grayscale: #6A6A6A. Windows color (decimal): -11376457 or 12019794. OLE color: 12019794.

HSL color Cylindrical-coordinate representation of color #5268B7: hue angle of 226.93º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5268B7 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB82104183-
CMYK0.550.4300.28
HSL226.93º41.22%51.96%-
HSV(B)226.93º55.19%71.76%-
XYZ16.9815.1146.82-
YUV106.43171.21110.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.22%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 183 (71.88% from 255) = 49.59%
R=22.22%
G=28.18%
B=49.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821041830.550.4300.28226.9341.2251.96
Hex5268B7372B01Ce32934
Octal12215026767530343435164
Binary101001011010001011011111011110101101110011100011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5268B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5268B7; }

 p { color: rgb(82,104,183); }

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

<style>
 a { background-color: #5268B7; }

 a { background-color: rgb(82,104,183); }

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

<style>
 span { border-color: #5268B7; }

 span { border-color: rgb(82,104,183); }

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