Html Css Color HEX #056253 Mosque

📋 copy color: '#056253'

red 5 ◦ green 98 ◦ blue 83

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

Shades of Mosque #056253

Tints of Mosque #056253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 44.62%

R = 2.69%
G = 52.69%
B = 44.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#056253 (or 0x056253) is known color: Mosque. HEX triplet: 05, 62 and 53. RGB value is (5,98,83). Sum of RGB (Red+Green+Blue) = 5+98+83=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #056253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056253 is #FA9DAC. Grayscale: #444444. Windows color (decimal): -16424365 or 5464581. OLE color: 5464581.

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

Color convert

RGB 5 98 83 -
CMYK 0.95 0 0.15 0.62
HSL 170.32º 0.9% 0.2% -
HSV(B) 170.32º 0.95% 0.38% -
XYZ 5.99 9.39 9.68 -
YUV 68.48 136.19 82.72 -
System Red Green Blue C M Y K H S L
Decimal 5 98 83 0.95 0 0.15 0.62 170.32 0.9 0.2
Hex 5 62 53 5F 0 F 3E AA 5A 14
Octal 5 142 123 137 0 17 76 252 132 24
Binary 101 1100010 1010011 1011111 0 1111 111110 10101010 1011010 10100

Color Harmonies of #056253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056253

Black with #056253

Text Example


Text Example

White with #056253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056253; }

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

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

background-color css

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

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

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

border-color css

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

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

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