Html Css Color HEX #395A53 Spectra

📋 copy color: '#395A53'

red 57 ◦ green 90 ◦ blue 83

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

Shades of Spectra #395A53

Tints of Spectra #395A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.09%

R = 24.78%
G = 39.13%
B = 36.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#395A53 (or 0x395A53) is known color: Spectra. HEX triplet: 39, 5A and 53. RGB value is (57,90,83). Sum of RGB (Red+Green+Blue) = 57+90+83=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #395A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A53 is #C6A5AC. Grayscale: #4F4F4F. Windows color (decimal): -13018541 or 5462585. OLE color: 5462585.

HSL color Cylindrical-coordinate representation of color #395A53: hue angle of 167.27º 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 #395A53 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 90 83 -
CMYK 0.37 0 0.08 0.65
HSL 167.27º 0.22% 0.29% -
HSV(B) 167.27º 0.37% 0.35% -
XYZ 6.9 8.81 9.52 -
YUV 79.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 57 90 83 0.37 0 0.08 0.65 167.27 0.22 0.29
Hex 39 5A 53 25 0 8 41 A7 16 1D
Octal 71 132 123 45 0 10 101 247 26 35
Binary 111001 1011010 1010011 100101 0 1000 1000001 10100111 10110 11101

Color Harmonies of #395A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A53

Black with #395A53

Text Example


Text Example

White with #395A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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