#255563

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

Shades of Arapawa #255563

Tints of Arapawa #255563

Color information

#255563 (or 0x255563) is unknown color: approx Arapawa. HEX triplet: 25, 55 and 63. RGB value is (37,85,99). Sum of RGB (Red+Green+Blue) = 37+85+99=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #255563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255563 is #DAAA9C. Grayscale: #484848. Windows color (decimal): -14330525 or 6509861. OLE color: 6509861.

HSL color Cylindrical-coordinate representation of color #255563: hue angle of 193.55º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255563 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB378599-
CMYK0.630.1400.61
HSL193.55º45.59%26.67%-
HSV(B)193.55º62.63%38.82%-
XYZ6.267.7912.98-
YUV72.24143.1102.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=16.74%
G=38.46%
B=44.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3785990.630.1400.61193.5545.5926.67
Hex2555633FE03Dc22e1b
Octal4512514377160753025633
Binary10010110101011100011111111111001111011100001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255563; }

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

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

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

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

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

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

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

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