Html Css Color HEX #056058 Mosque

📋 copy color: '#056058'

red 5 ◦ green 96 ◦ blue 88

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

Shades of Mosque #056058

Tints of Mosque #056058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.79%

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

R = 2.65%
G = 50.79%
B = 46.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#056058 (or 0x056058) is known color: Mosque. HEX triplet: 05, 60 and 58. RGB value is (5,96,88). Sum of RGB (Red+Green+Blue) = 5+96+88=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #056058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056058 is #FA9FA7. Grayscale: #434343. Windows color (decimal): -16424872 or 5791749. OLE color: 5791749.

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

Color convert

RGB 5 96 88 -
CMYK 0.95 0 0.08 0.62
HSL 174.73º 0.9% 0.2% -
HSV(B) 174.73º 0.95% 0.38% -
XYZ 6.01 9.1 10.67 -
YUV 67.88 139.35 83.15 -
System Red Green Blue C M Y K H S L
Decimal 5 96 88 0.95 0 0.08 0.62 174.73 0.9 0.2
Hex 5 60 58 5F 0 8 3E AF 5A 14
Octal 5 140 130 137 0 10 76 257 132 24
Binary 101 1100000 1011000 1011111 0 1000 111110 10101111 1011010 10100

Color Harmonies of #056058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056058

Black with #056058

Text Example


Text Example

White with #056058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056058; }

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

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

background-color css

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

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

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

border-color css

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

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

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