Html Css Color HEX #5B9474 Cutty Sark

📋 copy color: '#5B9474'

red 91 ◦ green 148 ◦ blue 116

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

Shades of Cutty Sark #5B9474

Tints of Cutty Sark #5B9474

RGB

 RED value IS 91 (35.94% from 255) = 25.63%

 GREEN value IS 148 (58.2% from 255) = 41.69%

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 25.63%
G = 41.69%
B = 32.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#5B9474 (or 0x5B9474) is known color: Cutty Sark. HEX triplet: 5B, 94 and 74. RGB value is (91,148,116). Sum of RGB (Red+Green+Blue) = 91+148+116=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #5B9474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9474 is #A46B8B. Grayscale: #7F7F7F. Windows color (decimal): -10775436 or 7640155. OLE color: 7640155.

HSL color Cylindrical-coordinate representation of color #5B9474: hue angle of 146.32º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B9474 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 148 116 -
CMYK 0.39 0 0.22 0.42
HSL 146.32º 0.24% 0.47% -
HSV(B) 146.32º 0.39% 0.58% -
XYZ 18.06 24.66 20.33 -
YUV 127.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 91 148 116 0.39 0 0.22 0.42 146.32 0.24 0.47
Hex 5B 94 74 27 0 16 2A 92 18 2F
Octal 133 224 164 47 0 26 52 222 30 57
Binary 1011011 10010100 1110100 100111 0 10110 101010 10010010 11000 101111

Color Harmonies of #5B9474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9474

Black with #5B9474

Text Example


Text Example

White with #5B9474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,148,116); }

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

background-color css

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

 a { background-color: rgb(91,148,116); }

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

border-color css

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

 span { border-color: rgb(91,148,116); }

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