Html Css Color HEX #056363 Mosque

📋 copy color: '#056363'

red 5 ◦ green 99 ◦ blue 99

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

Shades of Mosque #056363

Tints of Mosque #056363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.77%

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

R = 2.46%
G = 48.77%
B = 48.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#056363 (or 0x056363) is known color: Mosque. HEX triplet: 05, 63 and 63. RGB value is (5,99,99). Sum of RGB (Red+Green+Blue) = 5+99+99=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #056363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056363 is #FA9C9C. Grayscale: #464646. Windows color (decimal): -16424093 or 6513413. OLE color: 6513413.

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

Color convert

RGB 5 99 99 -
CMYK 0.95 0 0 0.61
HSL 180º 0.9% 0.2% -
HSV(B) 180º 0.95% 0.39% -
XYZ 6.78 9.86 13.35 -
YUV 70.89 143.86 81 -
System Red Green Blue C M Y K H S L
Decimal 5 99 99 0.95 0 0 0.61 180 0.9 0.2
Hex 5 63 63 5F 0 0 3D B4 5A 14
Octal 5 143 143 137 0 0 75 264 132 24
Binary 101 1100011 1100011 1011111 0 0 111101 10110100 1011010 10100

Color Harmonies of #056363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056363

Black with #056363

Text Example


Text Example

White with #056363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056363; }

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

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

background-color css

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

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

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

border-color css

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

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

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