Html Css Color HEX #005861 Mosque

📋 copy color: '#005861'

red 0 ◦ green 88 ◦ blue 97

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

Shades of Mosque #005861

Tints of Mosque #005861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.57%

 BLUE value IS 97 (38.28% from 255) = 52.43%

R = 0%
G = 47.57%
B = 52.43%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005861 (or 0x005861) is known color: Mosque. HEX triplet: 00, 58 and 61. RGB value is (0,88,97). Sum of RGB (Red+Green+Blue) = 0+88+97=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #005861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005861 is #FFA79E. Grayscale: #3E3E3E. Windows color (decimal): -16754591 or 6379520. OLE color: 6379520.

HSL color Cylindrical-coordinate representation of color #005861: hue angle of 185.57º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005861 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 88 97 -
CMYK 1 0.09 0 0.62
HSL 185.57º 1% 0.19% -
HSV(B) 185.57º 1% 0.38% -
XYZ 5.65 7.84 12.53 -
YUV 62.71 147.35 83.27 -
System Red Green Blue C M Y K H S L
Decimal 0 88 97 1 0.09 0 0.62 185.57 1 0.19
Hex 0 58 61 64 9 0 3E BA 64 13
Octal 0 130 141 144 11 0 76 272 144 23
Binary 0 1011000 1100001 1100100 1001 0 111110 10111010 1100100 10011

Color Harmonies of #005861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005861

Black with #005861

Text Example


Text Example

White with #005861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005861; }

 p { color: rgb(0,88,97); }

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

background-color css

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

 a { background-color: rgb(0,88,97); }

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

border-color css

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

 span { border-color: rgb(0,88,97); }

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