Html Css Color HEX #05906B Observatory

📋 copy color: '#05906B'

red 5 ◦ green 144 ◦ blue 107

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

Shades of Observatory #05906B

Tints of Observatory #05906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.8%

R = 1.95%
G = 56.25%
B = 41.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#05906B (or 0x05906B) is known color: Observatory. HEX triplet: 05, 90 and 6B. RGB value is (5,144,107). Sum of RGB (Red+Green+Blue) = 5+144+107=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #05906B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05906B is #FA6F94. Grayscale: #626262. Windows color (decimal): -16412565 or 7049221. OLE color: 7049221.

HSL color Cylindrical-coordinate representation of color #05906B: hue angle of 164.03º 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 #05906B is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 107 -
CMYK 0.97 0 0.26 0.44
HSL 164.03º 0.93% 0.29% -
HSV(B) 164.03º 0.97% 0.56% -
XYZ 12.69 21.04 17.3 -
YUV 98.22 132.95 61.51 -
System Red Green Blue C M Y K H S L
Decimal 5 144 107 0.97 0 0.26 0.44 164.03 0.93 0.29
Hex 5 90 6B 61 0 1A 2C A4 5D 1D
Octal 5 220 153 141 0 32 54 244 135 35
Binary 101 10010000 1101011 1100001 0 11010 101100 10100100 1011101 11101

Color Harmonies of #05906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05906B

Black with #05906B

Text Example


Text Example

White with #05906B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05906B; }

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

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

background-color css

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

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

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

border-color css

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

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

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