Html Css Color HEX #05595A Mosque

📋 copy color: '#05595A'

red 5 ◦ green 89 ◦ blue 90

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

Shades of Mosque #05595A

Tints of Mosque #05595A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.91%

R = 2.72%
G = 48.37%
B = 48.91%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#05595A (or 0x05595A) is known color: Mosque. HEX triplet: 05, 59 and 5A. RGB value is (5,89,90). Sum of RGB (Red+Green+Blue) = 5+89+90=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #05595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05595A is #FAA6A5. Grayscale: #3F3F3F. Windows color (decimal): -16426662 or 5921029. OLE color: 5921029.

HSL color Cylindrical-coordinate representation of color #05595A: hue angle of 180.71º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05595A is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 89 90 -
CMYK 0.94 0.01 0 0.65
HSL 180.71º 0.89% 0.19% -
HSV(B) 180.71º 0.94% 0.35% -
XYZ 5.48 7.92 10.91 -
YUV 64 142.67 85.92 -
System Red Green Blue C M Y K H S L
Decimal 5 89 90 0.94 0.01 0 0.65 180.71 0.89 0.19
Hex 5 59 5A 5E 1 0 41 B5 59 13
Octal 5 131 132 136 1 0 101 265 131 23
Binary 101 1011001 1011010 1011110 1 0 1000001 10110101 1011001 10011

Color Harmonies of #05595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05595A

Black with #05595A

Text Example


Text Example

White with #05595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05595A; }

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

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

background-color css

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

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

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

border-color css

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

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

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