Html Css Color HEX #28555F Arapawa

📋 copy color: '#28555F'

red 40 ◦ green 85 ◦ blue 95

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

Shades of Arapawa #28555F

Tints of Arapawa #28555F

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

 M value IS 0.11

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28555F (or 0x28555F) is known color: 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

RGB 40 85 95 -
CMYK 0.58 0.11 0 0.63
HSL 190.91º 0.41% 0.26% -
HSV(B) 190.91º 0.58% 0.37% -
XYZ 6.19 7.77 12 -
YUV 72.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 40 85 95 0.58 0.11 0 0.63 190.91 0.41 0.26
Hex 28 55 5F 3A B 0 3F BF 29 1A
Octal 50 125 137 72 13 0 77 277 51 32
Binary 101000 1010101 1011111 111010 1011 0 111111 10111111 101001 11010

Color Harmonies of #28555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28555F

Black with #28555F

Text Example


Text Example

White with #28555F

Text Example


Text Example

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