Html Css Color HEX #055553 Mosque

📋 copy color: '#055553'

red 5 ◦ green 85 ◦ blue 83

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

Shades of Mosque #055553

Tints of Mosque #055553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.13%

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

R = 2.89%
G = 49.13%
B = 47.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#055553 (or 0x055553) is known color: Mosque. HEX triplet: 05, 55 and 53. RGB value is (5,85,83). Sum of RGB (Red+Green+Blue) = 5+85+83=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #055553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055553 is #FAAAAC. Grayscale: #3C3C3C. Windows color (decimal): -16427693 or 5461253. OLE color: 5461253.

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

Color convert

RGB 5 85 83 -
CMYK 0.94 0 0.02 0.67
HSL 178.5º 0.89% 0.18% -
HSV(B) 178.5º 0.94% 0.33% -
XYZ 4.87 7.15 9.31 -
YUV 60.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 5 85 83 0.94 0 0.02 0.67 178.5 0.89 0.18
Hex 5 55 53 5E 0 2 43 B2 59 12
Octal 5 125 123 136 0 2 103 262 131 22
Binary 101 1010101 1010011 1011110 0 10 1000011 10110010 1011001 10010

Color Harmonies of #055553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055553

Black with #055553

Text Example


Text Example

White with #055553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055553; }

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

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

background-color css

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

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

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

border-color css

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

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

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