Html Css Color HEX #5D7067 Sirocco

📋 copy color: '#5D7067'

red 93 ◦ green 112 ◦ blue 103

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

Shades of Sirocco #5D7067

Tints of Sirocco #5D7067

RGB

 RED value IS 93 (36.72% from 255) = 30.19%

 GREEN value IS 112 (44.14% from 255) = 36.36%

 BLUE value IS 103 (40.63% from 255) = 33.44%

R = 30.19%
G = 36.36%
B = 33.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#5D7067 (or 0x5D7067) is known color: Sirocco. HEX triplet: 5D, 70 and 67. RGB value is (93,112,103). Sum of RGB (Red+Green+Blue) = 93+112+103=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #5D7067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7067 is #A28F98. Grayscale: #696969. Windows color (decimal): -10653593 or 6778973. OLE color: 6778973.

HSL color Cylindrical-coordinate representation of color #5D7067: hue angle of 151.58º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5D7067 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 112 103 -
CMYK 0.17 0 0.08 0.56
HSL 151.58º 0.09% 0.4% -
HSV(B) 151.58º 0.17% 0.44% -
XYZ 12.76 14.89 15.03 -
YUV 105.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 93 112 103 0.17 0 0.08 0.56 151.58 0.09 0.4
Hex 5D 70 67 11 0 8 38 98 9 28
Octal 135 160 147 21 0 10 70 230 11 50
Binary 1011101 1110000 1100111 10001 0 1000 111000 10011000 1001 101000

Color Harmonies of #5D7067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7067

Black with #5D7067

Text Example


Text Example

White with #5D7067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,112,103); }

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

background-color css

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

 a { background-color: rgb(93,112,103); }

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

border-color css

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

 span { border-color: rgb(93,112,103); }

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