Html Css Color HEX #056865 Mosque

📋 copy color: '#056865'

red 5 ◦ green 104 ◦ blue 101

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

Shades of Mosque #056865

Tints of Mosque #056865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.52%

 BLUE value IS 101 (39.84% from 255) = 48.1%

R = 2.38%
G = 49.52%
B = 48.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#056865 (or 0x056865) is known color: Mosque. HEX triplet: 05, 68 and 65. RGB value is (5,104,101). Sum of RGB (Red+Green+Blue) = 5+104+101=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #056865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056865 is #FA979A. Grayscale: #494949. Windows color (decimal): -16422811 or 6645765. OLE color: 6645765.

HSL color Cylindrical-coordinate representation of color #056865: hue angle of 178.18º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056865 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 104 101 -
CMYK 0.95 0 0.03 0.59
HSL 178.18º 0.91% 0.21% -
HSV(B) 178.18º 0.95% 0.41% -
XYZ 7.36 10.87 14.02 -
YUV 74.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 5 104 101 0.95 0 0.03 0.59 178.18 0.91 0.21
Hex 5 68 65 5F 0 3 3B B2 5B 15
Octal 5 150 145 137 0 3 73 262 133 25
Binary 101 1101000 1100101 1011111 0 11 111011 10110010 1011011 10101

Color Harmonies of #056865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056865

Black with #056865

Text Example


Text Example

White with #056865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056865; }

 p { color: rgb(5,104,101); }

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

background-color css

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

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

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

border-color css

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

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

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