Html Css Color HEX #055953 Mosque

📋 copy color: '#055953'

red 5 ◦ green 89 ◦ blue 83

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

Shades of Mosque #055953

Tints of Mosque #055953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 46.89%

R = 2.82%
G = 50.28%
B = 46.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#055953 (or 0x055953) is known color: Mosque. HEX triplet: 05, 59 and 53. RGB value is (5,89,83). Sum of RGB (Red+Green+Blue) = 5+89+83=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #055953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055953 is #FAA6AC. Grayscale: #3F3F3F. Windows color (decimal): -16426669 or 5462277. OLE color: 5462277.

HSL color Cylindrical-coordinate representation of color #055953: hue angle of 175.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055953 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 89 83 -
CMYK 0.94 0 0.07 0.65
HSL 175.71º 0.89% 0.18% -
HSV(B) 175.71º 0.94% 0.35% -
XYZ 5.2 7.8 9.42 -
YUV 63.2 139.17 86.49 -
System Red Green Blue C M Y K H S L
Decimal 5 89 83 0.94 0 0.07 0.65 175.71 0.89 0.18
Hex 5 59 53 5E 0 7 41 B0 59 12
Octal 5 131 123 136 0 7 101 260 131 22
Binary 101 1011001 1010011 1011110 0 111 1000001 10110000 1011001 10010

Color Harmonies of #055953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055953

Black with #055953

Text Example


Text Example

White with #055953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055953; }

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

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

background-color css

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

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

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

border-color css

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

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

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