#5567BD

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

Shades of Chetwode Blue #5567BD

Tints of Chetwode Blue #5567BD

Color information

#5567BD (or 0x5567BD) is unknown color: approx Chetwode Blue. HEX triplet: 55, 67 and BD. RGB value is (85,103,189). Sum of RGB (Red+Green+Blue) = 85+103+189=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #5567BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5567BD is #AA9842. Grayscale: #6B6B6B. Windows color (decimal): -11180099 or 12412757. OLE color: 12412757.

HSL color Cylindrical-coordinate representation of color #5567BD: hue angle of 229.62º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5567BD is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85103189-
CMYK0.550.4600.26
HSL229.62º44.07%53.73%-
HSV(B)229.62º55.03%74.12%-
XYZ17.7815.3150.16-
YUV107.42174.04112.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=22.55%
G=27.32%
B=50.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851031890.550.4600.26229.6244.0753.73
Hex5567BD372E01Ae62c36
Octal12514727567560323465466
Binary101010111001111011110111011110111001101011100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5567BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,103,189); }

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

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

 a { background-color: rgb(85,103,189); }

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

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

 span { border-color: rgb(85,103,189); }

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