#255566

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

Shades of Chathams Blue #255566

Tints of Chathams Blue #255566

Color information

#255566 (or 0x255566) is unknown color: approx Chathams Blue. HEX triplet: 25, 55 and 66. RGB value is (37,85,102). Sum of RGB (Red+Green+Blue) = 37+85+102=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #255566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255566 is #DAAA99. Grayscale: #484848. Windows color (decimal): -14330522 or 6706469. OLE color: 6706469.

HSL color Cylindrical-coordinate representation of color #255566: hue angle of 195.69º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #255566 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3785102-
CMYK0.640.1700.6
HSL195.69º46.76%27.25%-
HSV(B)195.69º63.73%40%-
XYZ6.417.8513.75-
YUV72.59144.6102.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=16.52%
G=37.95%
B=45.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37851020.640.1700.6195.6946.7627.25
Hex255566401103Cc42f1b
Octal45125146100210743045733
Binary1001011010101110011010000001000101111001100010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255566; }

 p { color: rgb(37,85,102); }

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

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

 a { background-color: rgb(37,85,102); }

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

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

 span { border-color: rgb(37,85,102); }

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