#5568B4

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

Shades of Chetwode Blue #5568B4

Tints of Chetwode Blue #5568B4

Color information

#5568B4 (or 0x5568B4) is unknown color: approx Chetwode Blue. HEX triplet: 55, 68 and B4. RGB value is (85,104,180). Sum of RGB (Red+Green+Blue) = 85+104+180=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #5568B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5568B4 is #AA974B. Grayscale: #6A6A6A. Windows color (decimal): -11179852 or 11823189. OLE color: 11823189.

HSL color Cylindrical-coordinate representation of color #5568B4: hue angle of 228º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5568B4 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85104180-
CMYK0.530.4200.29
HSL228º38.78%51.96%-
HSV(B)228º52.78%70.59%-
XYZ16.9315.1345.21-
YUV106.98169.21112.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 180 (70.70% from 255) = 48.78%
R=23.04%
G=28.18%
B=48.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851041800.530.4200.2922838.7851.96
Hex5568B4352A01De42734
Octal12515026465520353444764
Binary101010111010001011010011010110101001110111100100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5568B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5568B4; }

 p { color: rgb(85,104,180); }

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

<style>
 a { background-color: #5568B4; }

 a { background-color: rgb(85,104,180); }

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

<style>
 span { border-color: #5568B4; }

 span { border-color: rgb(85,104,180); }

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