Html Css Color HEX #055B61 Mosque

📋 copy color: '#055B61'

red 5 ◦ green 91 ◦ blue 97

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

Shades of Mosque #055B61

Tints of Mosque #055B61

RGB

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

 GREEN value IS 91 (35.94% from 255) = 47.15%

 BLUE value IS 97 (38.28% from 255) = 50.26%

R = 2.59%
G = 47.15%
B = 50.26%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#055B61 (or 0x055B61) is known color: Mosque. HEX triplet: 05, 5B and 61. RGB value is (5,91,97). Sum of RGB (Red+Green+Blue) = 5+91+97=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #055B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B61 is #FAA49E. Grayscale: #414141. Windows color (decimal): -16426143 or 6380293. OLE color: 6380293.

HSL color Cylindrical-coordinate representation of color #055B61: hue angle of 183.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055B61 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 91 97 -
CMYK 0.95 0.06 0 0.62
HSL 183.91º 0.9% 0.2% -
HSV(B) 183.91º 0.95% 0.38% -
XYZ 5.96 8.38 12.61 -
YUV 65.97 145.51 84.51 -
System Red Green Blue C M Y K H S L
Decimal 5 91 97 0.95 0.06 0 0.62 183.91 0.9 0.2
Hex 5 5B 61 5F 6 0 3E B8 5A 14
Octal 5 133 141 137 6 0 76 270 132 24
Binary 101 1011011 1100001 1011111 110 0 111110 10111000 1011010 10100

Color Harmonies of #055B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B61

Black with #055B61

Text Example


Text Example

White with #055B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,91,97); }

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

background-color css

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

 a { background-color: rgb(5,91,97); }

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

border-color css

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

 span { border-color: rgb(5,91,97); }

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