#28555F

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

Shades of Arapawa #28555F

Tints of Arapawa #28555F

Color information

#28555F (or 0x28555F) is unknown color: approx Arapawa. HEX triplet: 28, 55 and 5F. RGB value is (40,85,95). Sum of RGB (Red+Green+Blue) = 40+85+95=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #28555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28555F is #D7AAA0. Grayscale: #484848. Windows color (decimal): -14133921 or 6247720. OLE color: 6247720.

HSL color Cylindrical-coordinate representation of color #28555F: hue angle of 190.91º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28555F is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB408595-
CMYK0.580.1100.63
HSL190.91º40.74%26.47%-
HSV(B)190.91º57.89%37.25%-
XYZ6.197.7712-
YUV72.68140.59104.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.18%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=18.18%
G=38.64%
B=43.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4085950.580.1100.63190.9140.7426.47
Hex28555F3AB03Fbf291a
Octal5012513772130772775132
Binary10100010101011011111111010101101111111011111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28555F; }

 p { color: rgb(40,85,95); }

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

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

 a { background-color: rgb(40,85,95); }

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

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

 span { border-color: rgb(40,85,95); }

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