Html Css Color HEX #055960 Mosque

📋 copy color: '#055960'

red 5 ◦ green 89 ◦ blue 96

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

Shades of Mosque #055960

Tints of Mosque #055960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.84%

 BLUE value IS 96 (37.89% from 255) = 50.53%

R = 2.63%
G = 46.84%
B = 50.53%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#055960 (or 0x055960) is known color: Mosque. HEX triplet: 05, 59 and 60. RGB value is (5,89,96). Sum of RGB (Red+Green+Blue) = 5+89+96=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #055960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055960 is #FAA69F. Grayscale: #404040. Windows color (decimal): -16426656 or 6314245. OLE color: 6314245.

HSL color Cylindrical-coordinate representation of color #055960: hue angle of 184.62º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055960 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 89 96 -
CMYK 0.95 0.07 0 0.62
HSL 184.62º 0.9% 0.2% -
HSV(B) 184.62º 0.95% 0.38% -
XYZ 5.75 8.02 12.31 -
YUV 64.68 145.67 85.43 -
System Red Green Blue C M Y K H S L
Decimal 5 89 96 0.95 0.07 0 0.62 184.62 0.9 0.2
Hex 5 59 60 5F 7 0 3E B9 5A 14
Octal 5 131 140 137 7 0 76 271 132 24
Binary 101 1011001 1100000 1011111 111 0 111110 10111001 1011010 10100

Color Harmonies of #055960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055960

Black with #055960

Text Example


Text Example

White with #055960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055960; }

 p { color: rgb(5,89,96); }

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

background-color css

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

 a { background-color: rgb(5,89,96); }

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

border-color css

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

 span { border-color: rgb(5,89,96); }

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