Html Css Color HEX #055962 Mosque

📋 copy color: '#055962'

red 5 ◦ green 89 ◦ blue 98

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

Shades of Mosque #055962

Tints of Mosque #055962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.35%

 BLUE value IS 98 (38.67% from 255) = 51.04%

R = 2.6%
G = 46.35%
B = 51.04%

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

#055962 (or 0x055962) is known color: Mosque. HEX triplet: 05, 59 and 62. RGB value is (5,89,98). Sum of RGB (Red+Green+Blue) = 5+89+98=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #055962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055962 is #FAA69D. Grayscale: #404040. Windows color (decimal): -16426654 or 6445317. OLE color: 6445317.

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

Color convert

RGB 5 89 98 -
CMYK 0.95 0.09 0 0.62
HSL 185.81º 0.9% 0.2% -
HSV(B) 185.81º 0.95% 0.38% -
XYZ 5.84 8.06 12.8 -
YUV 64.91 146.67 85.27 -
System Red Green Blue C M Y K H S L
Decimal 5 89 98 0.95 0.09 0 0.62 185.81 0.9 0.2
Hex 5 59 62 5F 9 0 3E BA 5A 14
Octal 5 131 142 137 11 0 76 272 132 24
Binary 101 1011001 1100010 1011111 1001 0 111110 10111010 1011010 10100

Color Harmonies of #055962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055962

Black with #055962

Text Example


Text Example

White with #055962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055962; }

 p { color: rgb(5,89,98); }

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

background-color css

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

 a { background-color: rgb(5,89,98); }

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

border-color css

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

 span { border-color: rgb(5,89,98); }

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