Html Css Color HEX #055558 Mosque

📋 copy color: '#055558'

red 5 ◦ green 85 ◦ blue 88

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

Shades of Mosque #055558

Tints of Mosque #055558

RGB

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

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

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

R = 2.81%
G = 47.75%
B = 49.44%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#055558 (or 0x055558) is known color: Mosque. HEX triplet: 05, 55 and 58. RGB value is (5,85,88). Sum of RGB (Red+Green+Blue) = 5+85+88=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #055558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055558 is #FAAAA7. Grayscale: #3D3D3D. Windows color (decimal): -16427688 or 5788933. OLE color: 5788933.

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

Color convert

RGB 5 85 88 -
CMYK 0.94 0.03 0 0.65
HSL 182.17º 0.89% 0.18% -
HSV(B) 182.17º 0.94% 0.35% -
XYZ 5.07 7.23 10.36 -
YUV 61.42 143 87.76 -
System Red Green Blue C M Y K H S L
Decimal 5 85 88 0.94 0.03 0 0.65 182.17 0.89 0.18
Hex 5 55 58 5E 3 0 41 B6 59 12
Octal 5 125 130 136 3 0 101 266 131 22
Binary 101 1010101 1011000 1011110 11 0 1000001 10110110 1011001 10010

Color Harmonies of #055558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055558

Black with #055558

Text Example


Text Example

White with #055558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055558; }

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

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

background-color css

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

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

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

border-color css

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

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

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