Html Css Color HEX #395059 Casal

📋 copy color: '#395059'

red 57 ◦ green 80 ◦ blue 89

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

Shades of Casal #395059

Tints of Casal #395059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 89 (35.16% from 255) = 39.38%

R = 25.22%
G = 35.4%
B = 39.38%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#395059 (or 0x395059) is known color: Casal. HEX triplet: 39, 50 and 59. RGB value is (57,80,89). Sum of RGB (Red+Green+Blue) = 57+80+89=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #395059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395059 is #C6AFA6. Grayscale: #4A4A4A. Windows color (decimal): -13021095 or 5853241. OLE color: 5853241.

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

Color convert

RGB 57 80 89 -
CMYK 0.36 0.10 0 0.65
HSL 196.88º 0.22% 0.29% -
HSV(B) 196.88º 0.36% 0.35% -
XYZ 6.36 7.33 10.53 -
YUV 74.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 57 80 89 0.36 0.10 0 0.65 196.88 0.22 0.29
Hex 39 50 59 24 A 0 41 C5 16 1D
Octal 71 120 131 44 12 0 101 305 26 35
Binary 111001 1010000 1011001 100100 1010 0 1000001 11000101 10110 11101

Color Harmonies of #395059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395059

Black with #395059

Text Example


Text Example

White with #395059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395059; }

 p { color: rgb(57,80,89); }

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

background-color css

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

 a { background-color: rgb(57,80,89); }

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

border-color css

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

 span { border-color: rgb(57,80,89); }

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