#255560

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

Shades of Arapawa #255560

Tints of Arapawa #255560

Color information

#255560 (or 0x255560) is unknown color: approx Arapawa. HEX triplet: 25, 55 and 60. RGB value is (37,85,96). Sum of RGB (Red+Green+Blue) = 37+85+96=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #255560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255560 is #DAAA9F. Grayscale: #474747. Windows color (decimal): -14330528 or 6313253. OLE color: 6313253.

HSL color Cylindrical-coordinate representation of color #255560: hue angle of 191.19º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255560 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB378596-
CMYK0.610.1100.62
HSL191.19º44.36%26.08%-
HSV(B)191.19º61.46%37.65%-
XYZ6.127.7312.24-
YUV71.9141.6103.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=16.97%
G=38.99%
B=44.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3785960.610.1100.62191.1944.3626.08
Hex2555603DB03Ebf2c1a
Octal4512514075130762775432
Binary10010110101011100000111101101101111101011111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255560; }

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

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

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

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

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

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

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

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