#255565

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

Shades of Arapawa #255565

Tints of Arapawa #255565

Color information

#255565 (or 0x255565) is unknown color: approx Arapawa. HEX triplet: 25, 55 and 65. RGB value is (37,85,101). Sum of RGB (Red+Green+Blue) = 37+85+101=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #255565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255565 is #DAAA9A. Grayscale: #484848. Windows color (decimal): -14330523 or 6640933. OLE color: 6640933.

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

Color convert

RGB3785101-
CMYK0.630.1600.60
HSL195º46.38%27.06%-
HSV(B)195º63.37%39.61%-
XYZ6.367.8313.49-
YUV72.47144.1102.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=16.59%
G=38.12%
B=45.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37851010.630.1600.6019546.3827.06
Hex2555653F1003Cc32e1b
Octal4512514577200743035633
Binary100101101010111001011111111000001111001100001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255565; }

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

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

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

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

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

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

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

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