Html Css Color HEX #056355 Mosque

📋 copy color: '#056355'

red 5 ◦ green 99 ◦ blue 85

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

Shades of Mosque #056355

Tints of Mosque #056355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.97%

R = 2.65%
G = 52.38%
B = 44.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#056355 (or 0x056355) is known color: Mosque. HEX triplet: 05, 63 and 55. RGB value is (5,99,85). Sum of RGB (Red+Green+Blue) = 5+99+85=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #056355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056355 is #FA9CAA. Grayscale: #454545. Windows color (decimal): -16424107 or 5595909. OLE color: 5595909.

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

Color convert

RGB 5 99 85 -
CMYK 0.95 0 0.14 0.61
HSL 171.06º 0.9% 0.2% -
HSV(B) 171.06º 0.95% 0.39% -
XYZ 6.16 9.61 10.12 -
YUV 69.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 5 99 85 0.95 0 0.14 0.61 171.06 0.9 0.2
Hex 5 63 55 5F 0 E 3D AB 5A 14
Octal 5 143 125 137 0 16 75 253 132 24
Binary 101 1100011 1010101 1011111 0 1110 111101 10101011 1011010 10100

Color Harmonies of #056355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056355

Black with #056355

Text Example


Text Example

White with #056355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056355; }

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

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

background-color css

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

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

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

border-color css

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

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

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