Html Css Color HEX #005862 Mosque

📋 copy color: '#005862'

red 0 ◦ green 88 ◦ blue 98

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

Shades of Mosque #005862

Tints of Mosque #005862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.69%

R = 0%
G = 47.31%
B = 52.69%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#005862 (or 0x005862) is known color: Mosque. HEX triplet: 00, 58 and 62. RGB value is (0,88,98). Sum of RGB (Red+Green+Blue) = 0+88+98=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #005862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005862 is #FFA79D. Grayscale: #3E3E3E. Windows color (decimal): -16754590 or 6445056. OLE color: 6445056.

HSL color Cylindrical-coordinate representation of color #005862: hue angle of 186.12º 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 #005862 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 88 98 -
CMYK 1 0.10 0 0.62
HSL 186.12º 1% 0.19% -
HSV(B) 186.12º 1% 0.38% -
XYZ 5.69 7.86 12.77 -
YUV 62.83 147.85 83.19 -
System Red Green Blue C M Y K H S L
Decimal 0 88 98 1 0.10 0 0.62 186.12 1 0.19
Hex 0 58 62 64 A 0 3E BA 64 13
Octal 0 130 142 144 12 0 76 272 144 23
Binary 0 1011000 1100010 1100100 1010 0 111110 10111010 1100100 10011

Color Harmonies of #005862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005862

Black with #005862

Text Example


Text Example

White with #005862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005862; }

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

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

background-color css

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

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

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

border-color css

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

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

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