Html Css Color HEX #088567 Observatory

📋 copy color: '#088567'

red 8 ◦ green 133 ◦ blue 103

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

Shades of Observatory #088567

Tints of Observatory #088567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.21%

R = 3.28%
G = 54.51%
B = 42.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#088567 (or 0x088567) is known color: Observatory. HEX triplet: 08, 85 and 67. RGB value is (8,133,103). Sum of RGB (Red+Green+Blue) = 8+133+103=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #088567 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088567 is #F77A98. Grayscale: #5C5C5C. Windows color (decimal): -16218777 or 6784264. OLE color: 6784264.

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

Color convert

RGB 8 133 103 -
CMYK 0.94 0 0.23 0.48
HSL 165.6º 0.89% 0.28% -
HSV(B) 165.6º 0.94% 0.52% -
XYZ 10.94 17.81 15.69 -
YUV 92.21 134.09 67.94 -
System Red Green Blue C M Y K H S L
Decimal 8 133 103 0.94 0 0.23 0.48 165.6 0.89 0.28
Hex 8 85 67 5E 0 17 30 A6 59 1C
Octal 10 205 147 136 0 27 60 246 131 34
Binary 1000 10000101 1100111 1011110 0 10111 110000 10100110 1011001 11100

Color Harmonies of #088567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088567

Black with #088567

Text Example


Text Example

White with #088567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088567; }

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

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

background-color css

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

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

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

border-color css

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

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

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