#556ACA

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

Shades of Chetwode Blue #556ACA

Tints of Chetwode Blue #556ACA

Color information

#556ACA (or 0x556ACA) is unknown color: approx Chetwode Blue. HEX triplet: 55, 6A and CA. RGB value is (85,106,202). Sum of RGB (Red+Green+Blue) = 85+106+202=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #556ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556ACA is #AA9535. Grayscale: #6E6E6E. Windows color (decimal): -11179318 or 13265493. OLE color: 13265493.

HSL color Cylindrical-coordinate representation of color #556ACA: hue angle of 229.23º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #556ACA is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85106202-
CMYK0.580.4800.21
HSL229.23º52.47%56.27%-
HSV(B)229.23º57.92%79.22%-
XYZ19.5616.558.03-
YUV110.66179.54109.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 106 (41.80% from 255) = 26.97%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=21.63%
G=26.97%
B=51.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851062020.580.4800.21229.2352.4756.27
Hex556ACA3A30015e53438
Octal12515231272600253456470
Binary101010111010101100101011101011000001010111100101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556ACA; }

 p { color: rgb(85,106,202); }

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

<style>
 a { background-color: #556ACA; }

 a { background-color: rgb(85,106,202); }

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

<style>
 span { border-color: #556ACA; }

 span { border-color: rgb(85,106,202); }

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