Html Css Color HEX #255565 Arapawa

📋 copy color: '#255565'

red 37 ◦ green 85 ◦ blue 101

#255565
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #255565

Tints of Arapawa #255565

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 value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#255565 (or 0x255565) is known color: 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

RGB 37 85 101 -
CMYK 0.63 0.16 0 0.60
HSL 195º 0.46% 0.27% -
HSV(B) 195º 0.63% 0.4% -
XYZ 6.36 7.83 13.49 -
YUV 72.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 37 85 101 0.63 0.16 0 0.60 195 0.46 0.27
Hex 25 55 65 3F 10 0 3C C3 2E 1B
Octal 45 125 145 77 20 0 74 303 56 33
Binary 100101 1010101 1100101 111111 10000 0 111100 11000011 101110 11011

Color Harmonies of #255565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255565

Black with #255565

Text Example


Text Example

White with #255565

Text Example


Text Example

HTML Codes & Css Web 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>