Html Css Color HEX #055752 Mosque

📋 copy color: '#055752'

red 5 ◦ green 87 ◦ blue 82

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

Shades of Mosque #055752

Tints of Mosque #055752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 47.13%

R = 2.87%
G = 50%
B = 47.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#055752 (or 0x055752) is known color: Mosque. HEX triplet: 05, 57 and 52. RGB value is (5,87,82). Sum of RGB (Red+Green+Blue) = 5+87+82=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #055752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055752 is #FAA8AD. Grayscale: #3D3D3D. Windows color (decimal): -16427182 or 5396229. OLE color: 5396229.

HSL color Cylindrical-coordinate representation of color #055752: hue angle of 176.34º 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 #055752 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 87 82 -
CMYK 0.94 0 0.06 0.66
HSL 176.34º 0.89% 0.18% -
HSV(B) 176.34º 0.94% 0.34% -
XYZ 4.99 7.46 9.16 -
YUV 61.91 139.33 87.41 -
System Red Green Blue C M Y K H S L
Decimal 5 87 82 0.94 0 0.06 0.66 176.34 0.89 0.18
Hex 5 57 52 5E 0 6 42 B0 59 12
Octal 5 127 122 136 0 6 102 260 131 22
Binary 101 1010111 1010010 1011110 0 110 1000010 10110000 1011001 10010

Color Harmonies of #055752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055752

Black with #055752

Text Example


Text Example

White with #055752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055752; }

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

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

background-color css

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

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

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

border-color css

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

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

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