#255569

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

Shades of Chathams Blue #255569

Tints of Chathams Blue #255569

Color information

#255569 (or 0x255569) is unknown color: approx Chathams Blue. HEX triplet: 25, 55 and 69. RGB value is (37,85,105). Sum of RGB (Red+Green+Blue) = 37+85+105=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #255569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255569 is #DAAA96. Grayscale: #484848. Windows color (decimal): -14330519 or 6903077. OLE color: 6903077.

HSL color Cylindrical-coordinate representation of color #255569: hue angle of 197.65º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #255569 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3785105-
CMYK0.650.1900.59
HSL197.65º47.89%27.84%-
HSV(B)197.65º64.76%41.18%-
XYZ6.567.9114.55-
YUV72.93146.1102.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.30%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=16.30%
G=37.44%
B=46.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37851050.650.1900.59197.6547.8927.84
Hex255569411303Bc6301c
Octal45125151101230733066034
Binary1001011010101110100110000011001101110111100011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255569; }

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

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

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

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

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

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

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

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