Html Css Color HEX #05635E Mosque

📋 copy color: '#05635E'

red 5 ◦ green 99 ◦ blue 94

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

Shades of Mosque #05635E

Tints of Mosque #05635E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47.47%

R = 2.53%
G = 50%
B = 47.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#05635E (or 0x05635E) is known color: Mosque. HEX triplet: 05, 63 and 5E. RGB value is (5,99,94). Sum of RGB (Red+Green+Blue) = 5+99+94=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #05635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05635E is #FA9CA1. Grayscale: #464646. Windows color (decimal): -16424098 or 6185733. OLE color: 6185733.

HSL color Cylindrical-coordinate representation of color #05635E: hue angle of 176.81º 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 #05635E is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 99 94 -
CMYK 0.95 0 0.05 0.61
HSL 176.81º 0.9% 0.2% -
HSV(B) 176.81º 0.95% 0.39% -
XYZ 6.54 9.76 12.13 -
YUV 70.32 141.36 81.41 -
System Red Green Blue C M Y K H S L
Decimal 5 99 94 0.95 0 0.05 0.61 176.81 0.9 0.2
Hex 5 63 5E 5F 0 5 3D B1 5A 14
Octal 5 143 136 137 0 5 75 261 132 24
Binary 101 1100011 1011110 1011111 0 101 111101 10110001 1011010 10100

Color Harmonies of #05635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05635E

Black with #05635E

Text Example


Text Example

White with #05635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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