Html Css Color HEX #05585B Mosque

📋 copy color: '#05585B'

red 5 ◦ green 88 ◦ blue 91

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

Shades of Mosque #05585B

Tints of Mosque #05585B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.46%

R = 2.72%
G = 47.83%
B = 49.46%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05585B (or 0x05585B) is known color: Mosque. HEX triplet: 05, 58 and 5B. RGB value is (5,88,91). Sum of RGB (Red+Green+Blue) = 5+88+91=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #05585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05585B is #FAA7A4. Grayscale: #3F3F3F. Windows color (decimal): -16426917 or 5986309. OLE color: 5986309.

HSL color Cylindrical-coordinate representation of color #05585B: hue angle of 182.09º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05585B is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 88 91 -
CMYK 0.95 0.03 0 0.64
HSL 182.09º 0.9% 0.19% -
HSV(B) 182.09º 0.95% 0.36% -
XYZ 5.44 7.77 11.11 -
YUV 63.53 143.5 86.26 -
System Red Green Blue C M Y K H S L
Decimal 5 88 91 0.95 0.03 0 0.64 182.09 0.9 0.19
Hex 5 58 5B 5F 3 0 40 B6 5A 13
Octal 5 130 133 137 3 0 100 266 132 23
Binary 101 1011000 1011011 1011111 11 0 1000000 10110110 1011010 10011

Color Harmonies of #05585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05585B

Black with #05585B

Text Example


Text Example

White with #05585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05585B; }

 p { color: rgb(5,88,91); }

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

background-color css

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

 a { background-color: rgb(5,88,91); }

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

border-color css

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

 span { border-color: rgb(5,88,91); }

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