Html Css Color HEX #056257 Mosque

📋 copy color: '#056257'

red 5 ◦ green 98 ◦ blue 87

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

Shades of Mosque #056257

Tints of Mosque #056257

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.58%

 BLUE value IS 87 (34.38% from 255) = 45.79%

R = 2.63%
G = 51.58%
B = 45.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#056257 (or 0x056257) is known color: Mosque. HEX triplet: 05, 62 and 57. RGB value is (5,98,87). Sum of RGB (Red+Green+Blue) = 5+98+87=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #056257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056257 is #FA9DA8. Grayscale: #444444. Windows color (decimal): -16424361 or 5726725. OLE color: 5726725.

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

Color convert

RGB 5 98 87 -
CMYK 0.95 0 0.11 0.62
HSL 172.9º 0.9% 0.2% -
HSV(B) 172.9º 0.95% 0.38% -
XYZ 6.15 9.46 10.52 -
YUV 68.94 138.19 82.39 -
System Red Green Blue C M Y K H S L
Decimal 5 98 87 0.95 0 0.11 0.62 172.9 0.9 0.2
Hex 5 62 57 5F 0 B 3E AD 5A 14
Octal 5 142 127 137 0 13 76 255 132 24
Binary 101 1100010 1010111 1011111 0 1011 111110 10101101 1011010 10100

Color Harmonies of #056257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056257

Black with #056257

Text Example


Text Example

White with #056257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056257; }

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

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

background-color css

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

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

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

border-color css

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

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

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