Html Css Color HEX #395055 Casal

📋 copy color: '#395055'

red 57 ◦ green 80 ◦ blue 85

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

Shades of Casal #395055

Tints of Casal #395055

RGB

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

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

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

R = 25.68%
G = 36.04%
B = 38.29%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#395055 (or 0x395055) is known color: Casal. HEX triplet: 39, 50 and 55. RGB value is (57,80,85). Sum of RGB (Red+Green+Blue) = 57+80+85=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: blue. Hex color #395055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395055 is #C6AFAA. Grayscale: #494949. Windows color (decimal): -13021099 or 5591097. OLE color: 5591097.

HSL color Cylindrical-coordinate representation of color #395055: hue angle of 190.71º 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 #395055 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 80 85 -
CMYK 0.33 0.06 0 0.67
HSL 190.71º 0.2% 0.28% -
HSV(B) 190.71º 0.33% 0.33% -
XYZ 6.2 7.26 9.67 -
YUV 73.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 57 80 85 0.33 0.06 0 0.67 190.71 0.2 0.28
Hex 39 50 55 21 6 0 43 BF 14 1C
Octal 71 120 125 41 6 0 103 277 24 34
Binary 111001 1010000 1010101 100001 110 0 1000011 10111111 10100 11100

Color Harmonies of #395055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395055

Black with #395055

Text Example


Text Example

White with #395055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395055; }

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

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

background-color css

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

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

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

border-color css

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

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

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