Html Css Color HEX #00565A Mosque

📋 copy color: '#00565A'

red 0 ◦ green 86 ◦ blue 90

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

Shades of Mosque #00565A

Tints of Mosque #00565A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 86 (33.98% from 255) = 48.86%

 BLUE value IS 90 (35.55% from 255) = 51.14%

R = 0%
G = 48.86%
B = 51.14%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#00565A (or 0x00565A) is known color: Mosque. HEX triplet: 00, 56 and 5A. RGB value is (0,86,90). Sum of RGB (Red+Green+Blue) = 0+86+90=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #00565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00565A is #FFA9A5. Grayscale: #3C3C3C. Windows color (decimal): -16755110 or 5920256. OLE color: 5920256.

HSL color Cylindrical-coordinate representation of color #00565A: hue angle of 182.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00565A is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 86 90 -
CMYK 1 0.04 0 0.65
HSL 182.67º 1% 0.18% -
HSV(B) 182.67º 1% 0.35% -
XYZ 5.17 7.39 10.83 -
YUV 60.74 144.51 84.67 -
System Red Green Blue C M Y K H S L
Decimal 0 86 90 1 0.04 0 0.65 182.67 1 0.18
Hex 0 56 5A 64 4 0 41 B7 64 12
Octal 0 126 132 144 4 0 101 267 144 22
Binary 0 1010110 1011010 1100100 100 0 1000001 10110111 1100100 10010

Color Harmonies of #00565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00565A

Black with #00565A

Text Example


Text Example

White with #00565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00565A; }

 p { color: rgb(0,86,90); }

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

background-color css

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

 a { background-color: rgb(0,86,90); }

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

border-color css

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

 span { border-color: rgb(0,86,90); }

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