Html Css Color HEX #05615D Mosque

📋 copy color: '#05615D'

red 5 ◦ green 97 ◦ blue 93

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

Shades of Mosque #05615D

Tints of Mosque #05615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.74%

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

R = 2.56%
G = 49.74%
B = 47.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#05615D (or 0x05615D) is known color: Mosque. HEX triplet: 05, 61 and 5D. RGB value is (5,97,93). Sum of RGB (Red+Green+Blue) = 5+97+93=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #05615D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05615D is #FA9EA2. Grayscale: #444444. Windows color (decimal): -16424611 or 6119685. OLE color: 6119685.

HSL color Cylindrical-coordinate representation of color #05615D: hue angle of 177.39º 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 #05615D is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 97 93 -
CMYK 0.95 0 0.04 0.62
HSL 177.39º 0.9% 0.2% -
HSV(B) 177.39º 0.95% 0.38% -
XYZ 6.31 9.37 11.83 -
YUV 69.04 141.52 82.33 -
System Red Green Blue C M Y K H S L
Decimal 5 97 93 0.95 0 0.04 0.62 177.39 0.9 0.2
Hex 5 61 5D 5F 0 4 3E B1 5A 14
Octal 5 141 135 137 0 4 76 261 132 24
Binary 101 1100001 1011101 1011111 0 100 111110 10110001 1011010 10100

Color Harmonies of #05615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05615D

Black with #05615D

Text Example


Text Example

White with #05615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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