Html Css Color HEX #05595F Mosque

📋 copy color: '#05595F'

red 5 ◦ green 89 ◦ blue 95

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

Shades of Mosque #05595F

Tints of Mosque #05595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 50.26%

R = 2.65%
G = 47.09%
B = 50.26%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05595F (or 0x05595F) is known color: Mosque. HEX triplet: 05, 59 and 5F. RGB value is (5,89,95). Sum of RGB (Red+Green+Blue) = 5+89+95=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #05595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05595F is #FAA6A0. Grayscale: #404040. Windows color (decimal): -16426657 or 6248709. OLE color: 6248709.

HSL color Cylindrical-coordinate representation of color #05595F: hue angle of 184º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05595F is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 89 95 -
CMYK 0.95 0.06 0 0.63
HSL 184º 0.9% 0.2% -
HSV(B) 184º 0.95% 0.37% -
XYZ 5.7 8 12.07 -
YUV 64.57 145.17 85.51 -
System Red Green Blue C M Y K H S L
Decimal 5 89 95 0.95 0.06 0 0.63 184 0.9 0.2
Hex 5 59 5F 5F 6 0 3F B8 5A 14
Octal 5 131 137 137 6 0 77 270 132 24
Binary 101 1011001 1011111 1011111 110 0 111111 10111000 1011010 10100

Color Harmonies of #05595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05595F

Black with #05595F

Text Example


Text Example

White with #05595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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