Html Css Color HEX #395A52 Spectra

📋 copy color: '#395A52'

red 57 ◦ green 90 ◦ blue 82

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

Shades of Spectra #395A52

Tints of Spectra #395A52

RGB

 RED value IS 57 (22.66% from 255) = 24.89%

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

 BLUE value IS 82 (32.42% from 255) = 35.81%

R = 24.89%
G = 39.3%
B = 35.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#395A52 (or 0x395A52) is known color: Spectra. HEX triplet: 39, 5A and 52. RGB value is (57,90,82). Sum of RGB (Red+Green+Blue) = 57+90+82=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #395A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A52 is #C6A5AD. Grayscale: #4F4F4F. Windows color (decimal): -13018542 or 5397049. OLE color: 5397049.

HSL color Cylindrical-coordinate representation of color #395A52: hue angle of 165.45º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395A52 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 90 82 -
CMYK 0.37 0 0.09 0.65
HSL 165.45º 0.22% 0.29% -
HSV(B) 165.45º 0.37% 0.35% -
XYZ 6.87 8.79 9.32 -
YUV 79.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 57 90 82 0.37 0 0.09 0.65 165.45 0.22 0.29
Hex 39 5A 52 25 0 9 41 A5 16 1D
Octal 71 132 122 45 0 11 101 245 26 35
Binary 111001 1011010 1010010 100101 0 1001 1000001 10100101 10110 11101

Color Harmonies of #395A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A52

Black with #395A52

Text Example


Text Example

White with #395A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395A52; }

 p { color: rgb(57,90,82); }

 H1.HeaderClassName
 {
   color: #395A52;
 }
 .AnyTagClassName
 {
   color: #395A52;
 }
</style>

background-color css

<style>
 a { background-color: #395A52; }

 a { background-color: rgb(57,90,82); }

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

border-color css

<style>
 span { border-color: #395A52; }

 span { border-color: rgb(57,90,82); }

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