Html Css Color HEX #05585C Mosque

📋 copy color: '#05585C'

red 5 ◦ green 88 ◦ blue 92

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

Shades of Mosque #05585C

Tints of Mosque #05585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.73%

R = 2.7%
G = 47.57%
B = 49.73%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05585C (or 0x05585C) is known color: Mosque. HEX triplet: 05, 58 and 5C. RGB value is (5,88,92). Sum of RGB (Red+Green+Blue) = 5+88+92=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #05585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05585C is #FAA7A3. Grayscale: #3F3F3F. Windows color (decimal): -16426916 or 6051845. OLE color: 6051845.

HSL color Cylindrical-coordinate representation of color #05585C: hue angle of 182.76º 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 #05585C is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 88 92 -
CMYK 0.95 0.04 0 0.64
HSL 182.76º 0.9% 0.19% -
HSV(B) 182.76º 0.95% 0.36% -
XYZ 5.48 7.78 11.34 -
YUV 63.64 144 86.17 -
System Red Green Blue C M Y K H S L
Decimal 5 88 92 0.95 0.04 0 0.64 182.76 0.9 0.19
Hex 5 58 5C 5F 4 0 40 B7 5A 13
Octal 5 130 134 137 4 0 100 267 132 23
Binary 101 1011000 1011100 1011111 100 0 1000000 10110111 1011010 10011

Color Harmonies of #05585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05585C

Black with #05585C

Text Example


Text Example

White with #05585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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