Html Css Color HEX #385059 Casal

📋 copy color: '#385059'

red 56 ◦ green 80 ◦ blue 89

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

Shades of Casal #385059

Tints of Casal #385059

RGB

 RED value IS 56 (22.27% from 255) = 24.89%

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

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

R = 24.89%
G = 35.56%
B = 39.56%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#385059 (or 0x385059) is known color: Casal. HEX triplet: 38, 50 and 59. RGB value is (56,80,89). Sum of RGB (Red+Green+Blue) = 56+80+89=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #385059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385059 is #C7AFA6. Grayscale: #494949. Windows color (decimal): -13086631 or 5853240. OLE color: 5853240.

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

Color convert

RGB 56 80 89 -
CMYK 0.37 0.10 0 0.65
HSL 196.36º 0.23% 0.28% -
HSV(B) 196.36º 0.37% 0.35% -
XYZ 6.3 7.3 10.53 -
YUV 73.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 56 80 89 0.37 0.10 0 0.65 196.36 0.23 0.28
Hex 38 50 59 25 A 0 41 C4 17 1C
Octal 70 120 131 45 12 0 101 304 27 34
Binary 111000 1010000 1011001 100101 1010 0 1000001 11000100 10111 11100

Color Harmonies of #385059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385059

Black with #385059

Text Example


Text Example

White with #385059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385059; }

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

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

background-color css

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

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

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

border-color css

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

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

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