Html Css Color HEX #088455 Salem

📋 copy color: '#088455'

red 8 ◦ green 132 ◦ blue 85

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

Shades of Salem #088455

Tints of Salem #088455

RGB

 RED value IS 8 (3.52% from 255) = 3.56%

 GREEN value IS 132 (51.95% from 255) = 58.67%

 BLUE value IS 85 (33.59% from 255) = 37.78%

R = 3.56%
G = 58.67%
B = 37.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#088455 (or 0x088455) is known color: Salem. HEX triplet: 08, 84 and 55. RGB value is (8,132,85). Sum of RGB (Red+Green+Blue) = 8+132+85=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #088455 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088455 is #F77BAA. Grayscale: #595959. Windows color (decimal): -16219051 or 5604360. OLE color: 5604360.

HSL color Cylindrical-coordinate representation of color #088455: hue angle of 157.26º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088455 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 85 -
CMYK 0.94 0 0.36 0.48
HSL 157.26º 0.89% 0.27% -
HSV(B) 157.26º 0.94% 0.52% -
XYZ 9.99 17.21 11.39 -
YUV 89.57 125.42 69.82 -
System Red Green Blue C M Y K H S L
Decimal 8 132 85 0.94 0 0.36 0.48 157.26 0.89 0.27
Hex 8 84 55 5E 0 24 30 9D 59 1B
Octal 10 204 125 136 0 44 60 235 131 33
Binary 1000 10000100 1010101 1011110 0 100100 110000 10011101 1011001 11011

Color Harmonies of #088455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088455

Black with #088455

Text Example


Text Example

White with #088455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088455; }

 p { color: rgb(8,132,85); }

 H1.HeaderClassName
 {
   color: #088455;
 }
 .AnyTagClassName
 {
   color: #088455;
 }
</style>

background-color css

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

 a { background-color: rgb(8,132,85); }

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

border-color css

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

 span { border-color: rgb(8,132,85); }

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