Html Css Color HEX #055861 Mosque

📋 copy color: '#055861'

red 5 ◦ green 88 ◦ blue 97

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

Shades of Mosque #055861

Tints of Mosque #055861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.32%

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

R = 2.63%
G = 46.32%
B = 51.05%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#055861 (or 0x055861) is known color: Mosque. HEX triplet: 05, 58 and 61. RGB value is (5,88,97). Sum of RGB (Red+Green+Blue) = 5+88+97=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #055861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055861 is #FAA79E. Grayscale: #404040. Windows color (decimal): -16426911 or 6379525. OLE color: 6379525.

HSL color Cylindrical-coordinate representation of color #055861: hue angle of 185.87º 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 #055861 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 88 97 -
CMYK 0.95 0.09 0 0.62
HSL 185.87º 0.9% 0.2% -
HSV(B) 185.87º 0.95% 0.38% -
XYZ 5.71 7.87 12.53 -
YUV 64.21 146.5 85.77 -
System Red Green Blue C M Y K H S L
Decimal 5 88 97 0.95 0.09 0 0.62 185.87 0.9 0.2
Hex 5 58 61 5F 9 0 3E BA 5A 14
Octal 5 130 141 137 11 0 76 272 132 24
Binary 101 1011000 1100001 1011111 1001 0 111110 10111010 1011010 10100

Color Harmonies of #055861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055861

Black with #055861

Text Example


Text Example

White with #055861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055861; }

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

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

background-color css

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

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

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

border-color css

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

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

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