Html Css Color HEX #05595D Mosque

📋 copy color: '#05595D'

red 5 ◦ green 89 ◦ blue 93

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

Shades of Mosque #05595D

Tints of Mosque #05595D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 2.67%
G = 47.59%
B = 49.73%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05595D (or 0x05595D) is known color: Mosque. HEX triplet: 05, 59 and 5D. RGB value is (5,89,93). Sum of RGB (Red+Green+Blue) = 5+89+93=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #05595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05595D is #FAA6A2. Grayscale: #404040. Windows color (decimal): -16426659 or 6117637. OLE color: 6117637.

HSL color Cylindrical-coordinate representation of color #05595D: hue angle of 182.73º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05595D is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 89 93 -
CMYK 0.95 0.04 0 0.64
HSL 182.73º 0.9% 0.19% -
HSV(B) 182.73º 0.95% 0.36% -
XYZ 5.61 7.97 11.6 -
YUV 64.34 144.17 85.67 -
System Red Green Blue C M Y K H S L
Decimal 5 89 93 0.95 0.04 0 0.64 182.73 0.9 0.19
Hex 5 59 5D 5F 4 0 40 B7 5A 13
Octal 5 131 135 137 4 0 100 267 132 23
Binary 101 1011001 1011101 1011111 100 0 1000000 10110111 1011010 10011

Color Harmonies of #05595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05595D

Black with #05595D

Text Example


Text Example

White with #05595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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