Html Css Color HEX #5A7468 Sirocco

📋 copy color: '#5A7468'

red 90 ◦ green 116 ◦ blue 104

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

Shades of Sirocco #5A7468

Tints of Sirocco #5A7468

RGB

 RED value IS 90 (35.55% from 255) = 29.03%

 GREEN value IS 116 (45.7% from 255) = 37.42%

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 29.03%
G = 37.42%
B = 33.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#5A7468 (or 0x5A7468) is known color: Sirocco. HEX triplet: 5A, 74 and 68. RGB value is (90,116,104). Sum of RGB (Red+Green+Blue) = 90+116+104=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7468 is #A58B97. Grayscale: #6A6A6A. Windows color (decimal): -10849176 or 6845530. OLE color: 6845530.

HSL color Cylindrical-coordinate representation of color #5A7468: hue angle of 152.31º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A7468 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 116 104 -
CMYK 0.22 0 0.10 0.55
HSL 152.31º 0.13% 0.4% -
HSV(B) 152.31º 0.22% 0.45% -
XYZ 12.96 15.66 15.44 -
YUV 106.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 90 116 104 0.22 0 0.10 0.55 152.31 0.13 0.4
Hex 5A 74 68 16 0 A 37 98 D 28
Octal 132 164 150 26 0 12 67 230 15 50
Binary 1011010 1110100 1101000 10110 0 1010 110111 10011000 1101 101000

Color Harmonies of #5A7468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7468

Black with #5A7468

Text Example


Text Example

White with #5A7468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A7468; }

 p { color: rgb(90,116,104); }

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

background-color css

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

 a { background-color: rgb(90,116,104); }

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

border-color css

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

 span { border-color: rgb(90,116,104); }

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