Html Css Color HEX #395155 Casal

📋 copy color: '#395155'

red 57 ◦ green 81 ◦ blue 85

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

Shades of Casal #395155

Tints of Casal #395155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.32%

 BLUE value IS 85 (33.59% from 255) = 38.12%

R = 25.56%
G = 36.32%
B = 38.12%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#395155 (or 0x395155) is known color: Casal. HEX triplet: 39, 51 and 55. RGB value is (57,81,85). Sum of RGB (Red+Green+Blue) = 57+81+85=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #395155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395155 is #C6AEAA. Grayscale: #4A4A4A. Windows color (decimal): -13020843 or 5591353. OLE color: 5591353.

HSL color Cylindrical-coordinate representation of color #395155: hue angle of 188.57º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #395155 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 81 85 -
CMYK 0.33 0.05 0 0.67
HSL 188.57º 0.2% 0.28% -
HSV(B) 188.57º 0.33% 0.33% -
XYZ 6.27 7.41 9.69 -
YUV 74.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 57 81 85 0.33 0.05 0 0.67 188.57 0.2 0.28
Hex 39 51 55 21 5 0 43 BD 14 1C
Octal 71 121 125 41 5 0 103 275 24 34
Binary 111001 1010001 1010101 100001 101 0 1000011 10111101 10100 11100

Color Harmonies of #395155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395155

Black with #395155

Text Example


Text Example

White with #395155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395155; }

 p { color: rgb(57,81,85); }

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

background-color css

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

 a { background-color: rgb(57,81,85); }

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

border-color css

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

 span { border-color: rgb(57,81,85); }

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