Html Css Color HEX #056263 Mosque

📋 copy color: '#056263'

red 5 ◦ green 98 ◦ blue 99

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

Shades of Mosque #056263

Tints of Mosque #056263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.01%

R = 2.48%
G = 48.51%
B = 49.01%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#056263 (or 0x056263) is known color: Mosque. HEX triplet: 05, 62 and 63. RGB value is (5,98,99). Sum of RGB (Red+Green+Blue) = 5+98+99=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #056263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056263 is #FA9D9C. Grayscale: #464646. Windows color (decimal): -16424349 or 6513157. OLE color: 6513157.

HSL color Cylindrical-coordinate representation of color #056263: hue angle of 180.64º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056263 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 98 99 -
CMYK 0.95 0.01 0 0.61
HSL 180.64º 0.9% 0.2% -
HSV(B) 180.64º 0.95% 0.39% -
XYZ 6.68 9.67 13.32 -
YUV 70.31 144.19 81.42 -
System Red Green Blue C M Y K H S L
Decimal 5 98 99 0.95 0.01 0 0.61 180.64 0.9 0.2
Hex 5 62 63 5F 1 0 3D B5 5A 14
Octal 5 142 143 137 1 0 75 265 132 24
Binary 101 1100010 1100011 1011111 1 0 111101 10110101 1011010 10100

Color Harmonies of #056263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056263

Black with #056263

Text Example


Text Example

White with #056263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056263; }

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

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

background-color css

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

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

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

border-color css

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

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

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