Html Css Color HEX #055753 Mosque

📋 copy color: '#055753'

red 5 ◦ green 87 ◦ blue 83

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

Shades of Mosque #055753

Tints of Mosque #055753

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.71%

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

R = 2.86%
G = 49.71%
B = 47.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#055753 (or 0x055753) is known color: Mosque. HEX triplet: 05, 57 and 53. RGB value is (5,87,83). Sum of RGB (Red+Green+Blue) = 5+87+83=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #055753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055753 is #FAA8AC. Grayscale: #3D3D3D. Windows color (decimal): -16427181 or 5461765. OLE color: 5461765.

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

Color convert

RGB 5 87 83 -
CMYK 0.94 0 0.05 0.66
HSL 177.07º 0.89% 0.18% -
HSV(B) 177.07º 0.94% 0.34% -
XYZ 5.03 7.47 9.36 -
YUV 62.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 5 87 83 0.94 0 0.05 0.66 177.07 0.89 0.18
Hex 5 57 53 5E 0 5 42 B1 59 12
Octal 5 127 123 136 0 5 102 261 131 22
Binary 101 1010111 1010011 1011110 0 101 1000010 10110001 1011001 10010

Color Harmonies of #055753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055753

Black with #055753

Text Example


Text Example

White with #055753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055753; }

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

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

background-color css

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

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

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

border-color css

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

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

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