#5565BC

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

Shades of Chetwode Blue #5565BC

Tints of Chetwode Blue #5565BC

Color information

#5565BC (or 0x5565BC) is unknown color: approx Chetwode Blue. HEX triplet: 55, 65 and BC. RGB value is (85,101,188). Sum of RGB (Red+Green+Blue) = 85+101+188=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 101 (39.84% from 255 or 27.01% 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 #5565BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5565BC is #AA9A43. Grayscale: #696969. Windows color (decimal): -11180612 or 12346709. OLE color: 12346709.

HSL color Cylindrical-coordinate representation of color #5565BC: hue angle of 230.68º degrees, saturation: 0.43, 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 #5565BC is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85101188-
CMYK0.550.4600.26
HSL230.68º43.46%53.53%-
HSV(B)230.68º54.79%73.73%-
XYZ17.4814.8749.53-
YUV106.13174.2112.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 188 (73.83% from 255) = 50.27%
R=22.73%
G=27.01%
B=50.27%

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
Decimal851011880.550.4600.26230.6843.4653.53
Hex5565BC372E01Ae72b36
Octal12514527467560323475366
Binary101010111001011011110011011110111001101011100111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5565BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5565BC; }

 p { color: rgb(85,101,188); }

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

<style>
 a { background-color: #5565BC; }

 a { background-color: rgb(85,101,188); }

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

<style>
 span { border-color: #5565BC; }

 span { border-color: rgb(85,101,188); }

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