Html Css Color HEX #575A3C Kelp

📋 copy color: '#575A3C'

red 87 ◦ green 90 ◦ blue 60

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

Shades of Kelp #575A3C

Tints of Kelp #575A3C

RGB

 RED value IS 87 (34.38% from 255) = 36.71%

 GREEN value IS 90 (35.55% from 255) = 37.97%

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 36.71%
G = 37.97%
B = 25.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#575A3C (or 0x575A3C) is known color: Kelp. HEX triplet: 57, 5A and 3C. RGB value is (87,90,60). Sum of RGB (Red+Green+Blue) = 87+90+60=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 90 - color contains mainly: green. Hex color #575A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A3C is #A8A5C3. Grayscale: #555555. Windows color (decimal): -11052484 or 3955287. OLE color: 3955287.

HSL color Cylindrical-coordinate representation of color #575A3C: hue angle of 66º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #575A3C is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 90 60 -
CMYK 0.03 0 0.33 0.65
HSL 66º 0.2% 0.29% -
HSV(B) 66º 0.33% 0.35% -
XYZ 8.4 9.66 5.7 -
YUV 85.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 87 90 60 0.03 0 0.33 0.65 66 0.2 0.29
Hex 57 5A 3C 3 0 21 41 42 14 1D
Octal 127 132 74 3 0 41 101 102 24 35
Binary 1010111 1011010 111100 11 0 100001 1000001 1000010 10100 11101

Color Harmonies of #575A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A3C

Black with #575A3C

Text Example


Text Example

White with #575A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575A3C; }

 p { color: rgb(87,90,60); }

 H1.HeaderClassName
 {
   color: #575A3C;
 }
 .AnyTagClassName
 {
   color: #575A3C;
 }
</style>

background-color css

<style>
 a { background-color: #575A3C; }

 a { background-color: rgb(87,90,60); }

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

border-color css

<style>
 span { border-color: #575A3C; }

 span { border-color: rgb(87,90,60); }

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