Html Css Color HEX #055D58 Mosque

📋 copy color: '#055D58'

red 5 ◦ green 93 ◦ blue 88

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

Shades of Mosque #055D58

Tints of Mosque #055D58

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50%

 BLUE value IS 88 (34.77% from 255) = 47.31%

R = 2.69%
G = 50%
B = 47.31%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#055D58 (or 0x055D58) is known color: Mosque. HEX triplet: 05, 5D and 58. RGB value is (5,93,88). Sum of RGB (Red+Green+Blue) = 5+93+88=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 93 (36.72% from 255 or 50% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 93 - color contains mainly: green. Hex color #055D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D58 is #FAA2A7. Grayscale: #424242. Windows color (decimal): -16425640 or 5790981. OLE color: 5790981.

HSL color Cylindrical-coordinate representation of color #055D58: hue angle of 176.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D58 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 93 88 -
CMYK 0.95 0 0.05 0.64
HSL 176.59º 0.9% 0.19% -
HSV(B) 176.59º 0.95% 0.36% -
XYZ 5.74 8.57 10.58 -
YUV 66.12 140.35 84.41 -
System Red Green Blue C M Y K H S L
Decimal 5 93 88 0.95 0 0.05 0.64 176.59 0.9 0.19
Hex 5 5D 58 5F 0 5 40 B1 5A 13
Octal 5 135 130 137 0 5 100 261 132 23
Binary 101 1011101 1011000 1011111 0 101 1000000 10110001 1011010 10011

Color Harmonies of #055D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055D58

Black with #055D58

Text Example


Text Example

White with #055D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055D58; }

 p { color: rgb(5,93,88); }

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

background-color css

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

 a { background-color: rgb(5,93,88); }

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

border-color css

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

 span { border-color: rgb(5,93,88); }

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