Html Css Color HEX #05907D Observatory

📋 copy color: '#05907D'

red 5 ◦ green 144 ◦ blue 125

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

Shades of Observatory #05907D

Tints of Observatory #05907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.55%

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

R = 1.82%
G = 52.55%
B = 45.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#05907D (or 0x05907D) is known color: Observatory. HEX triplet: 05, 90 and 7D. RGB value is (5,144,125). Sum of RGB (Red+Green+Blue) = 5+144+125=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #05907D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05907D is #FA6F82. Grayscale: #646464. Windows color (decimal): -16412547 or 8228869. OLE color: 8228869.

HSL color Cylindrical-coordinate representation of color #05907D: hue angle of 171.8º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05907D is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 125 -
CMYK 0.97 0 0.13 0.44
HSL 171.8º 0.93% 0.29% -
HSV(B) 171.8º 0.97% 0.56% -
XYZ 13.74 21.46 22.82 -
YUV 100.27 141.95 60.04 -
System Red Green Blue C M Y K H S L
Decimal 5 144 125 0.97 0 0.13 0.44 171.8 0.93 0.29
Hex 5 90 7D 61 0 D 2C AC 5D 1D
Octal 5 220 175 141 0 15 54 254 135 35
Binary 101 10010000 1111101 1100001 0 1101 101100 10101100 1011101 11101

Color Harmonies of #05907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05907D

Black with #05907D

Text Example


Text Example

White with #05907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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