Html Css Color HEX #05927D Observatory

📋 copy color: '#05927D'

red 5 ◦ green 146 ◦ blue 125

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

Shades of Observatory #05927D

Tints of Observatory #05927D

RGB

 RED value IS 5 (2.34% from 255) = 1.81%

 GREEN value IS 146 (57.42% from 255) = 52.9%

 BLUE value IS 125 (49.22% from 255) = 45.29%

R = 1.81%
G = 52.9%
B = 45.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#05927D (or 0x05927D) is known color: Observatory. HEX triplet: 05, 92 and 7D. RGB value is (5,146,125). Sum of RGB (Red+Green+Blue) = 5+146+125=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #05927D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05927D is #FA6D82. Grayscale: #656565. Windows color (decimal): -16412035 or 8229381. OLE color: 8229381.

HSL color Cylindrical-coordinate representation of color #05927D: hue angle of 171.06º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05927D is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 146 125 -
CMYK 0.97 0 0.14 0.43
HSL 171.06º 0.93% 0.3% -
HSV(B) 171.06º 0.97% 0.57% -
XYZ 14.04 22.07 22.92 -
YUV 101.45 141.29 59.21 -
System Red Green Blue C M Y K H S L
Decimal 5 146 125 0.97 0 0.14 0.43 171.06 0.93 0.3
Hex 5 92 7D 61 0 E 2B AB 5D 1E
Octal 5 222 175 141 0 16 53 253 135 36
Binary 101 10010010 1111101 1100001 0 1110 101011 10101011 1011101 11110

Color Harmonies of #05927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05927D

Black with #05927D

Text Example


Text Example

White with #05927D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05927D; }

 p { color: rgb(5,146,125); }

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

background-color css

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

 a { background-color: rgb(5,146,125); }

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

border-color css

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

 span { border-color: rgb(5,146,125); }

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