Html Css Color HEX #05635D Mosque

📋 copy color: '#05635D'

red 5 ◦ green 99 ◦ blue 93

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

Shades of Mosque #05635D

Tints of Mosque #05635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.25%

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

R = 2.54%
G = 50.25%
B = 47.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#05635D (or 0x05635D) is known color: Mosque. HEX triplet: 05, 63 and 5D. RGB value is (5,99,93). Sum of RGB (Red+Green+Blue) = 5+99+93=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #05635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05635D is #FA9CA2. Grayscale: #464646. Windows color (decimal): -16424099 or 6120197. OLE color: 6120197.

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

Color convert

RGB 5 99 93 -
CMYK 0.95 0 0.06 0.61
HSL 176.17º 0.9% 0.2% -
HSV(B) 176.17º 0.95% 0.39% -
XYZ 6.5 9.75 11.89 -
YUV 70.21 140.86 81.49 -
System Red Green Blue C M Y K H S L
Decimal 5 99 93 0.95 0 0.06 0.61 176.17 0.9 0.2
Hex 5 63 5D 5F 0 6 3D B0 5A 14
Octal 5 143 135 137 0 6 75 260 132 24
Binary 101 1100011 1011101 1011111 0 110 111101 10110000 1011010 10100

Color Harmonies of #05635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05635D

Black with #05635D

Text Example


Text Example

White with #05635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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