Html Css Color HEX #088573 Observatory

📋 copy color: '#088573'

red 8 ◦ green 133 ◦ blue 115

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

Shades of Observatory #088573

Tints of Observatory #088573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.95%

 BLUE value IS 115 (45.31% from 255) = 44.92%

R = 3.13%
G = 51.95%
B = 44.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#088573 (or 0x088573) is known color: Observatory. HEX triplet: 08, 85 and 73. RGB value is (8,133,115). Sum of RGB (Red+Green+Blue) = 8+133+115=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #088573 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088573 is #F77A8C. Grayscale: #5D5D5D. Windows color (decimal): -16218765 or 7570696. OLE color: 7570696.

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

Color convert

RGB 8 133 115 -
CMYK 0.94 0 0.14 0.48
HSL 171.36º 0.89% 0.28% -
HSV(B) 171.36º 0.94% 0.52% -
XYZ 11.58 18.06 19.1 -
YUV 93.57 140.09 66.96 -
System Red Green Blue C M Y K H S L
Decimal 8 133 115 0.94 0 0.14 0.48 171.36 0.89 0.28
Hex 8 85 73 5E 0 E 30 AB 59 1C
Octal 10 205 163 136 0 16 60 253 131 34
Binary 1000 10000101 1110011 1011110 0 1110 110000 10101011 1011001 11100

Color Harmonies of #088573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088573

Black with #088573

Text Example


Text Example

White with #088573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088573; }

 p { color: rgb(8,133,115); }

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

background-color css

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

 a { background-color: rgb(8,133,115); }

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

border-color css

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

 span { border-color: rgb(8,133,115); }

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