Html Css Color HEX #088453 Salem

📋 copy color: '#088453'

red 8 ◦ green 132 ◦ blue 83

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

Shades of Salem #088453

Tints of Salem #088453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.22%

R = 3.59%
G = 59.19%
B = 37.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#088453 (or 0x088453) is known color: Salem. HEX triplet: 08, 84 and 53. RGB value is (8,132,83). Sum of RGB (Red+Green+Blue) = 8+132+83=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #088453 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088453 is #F77BAC. Grayscale: #595959. Windows color (decimal): -16219053 or 5473288. OLE color: 5473288.

HSL color Cylindrical-coordinate representation of color #088453: hue angle of 156.29º 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 #088453 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 83 -
CMYK 0.94 0 0.37 0.48
HSL 156.29º 0.89% 0.27% -
HSV(B) 156.29º 0.94% 0.52% -
XYZ 9.91 17.18 10.98 -
YUV 89.34 124.42 69.98 -
System Red Green Blue C M Y K H S L
Decimal 8 132 83 0.94 0 0.37 0.48 156.29 0.89 0.27
Hex 8 84 53 5E 0 25 30 9C 59 1B
Octal 10 204 123 136 0 45 60 234 131 33
Binary 1000 10000100 1010011 1011110 0 100101 110000 10011100 1011001 11011

Color Harmonies of #088453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088453

Black with #088453

Text Example


Text Example

White with #088453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088453; }

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

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

background-color css

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

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

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

border-color css

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

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

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