Html Css Color HEX #385057 Casal

📋 copy color: '#385057'

red 56 ◦ green 80 ◦ blue 87

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

Shades of Casal #385057

Tints of Casal #385057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.01%

R = 25.11%
G = 35.87%
B = 39.01%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#385057 (or 0x385057) is known color: Casal. HEX triplet: 38, 50 and 57. RGB value is (56,80,87). Sum of RGB (Red+Green+Blue) = 56+80+87=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #385057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385057 is #C7AFA8. Grayscale: #494949. Windows color (decimal): -13086633 or 5722168. OLE color: 5722168.

HSL color Cylindrical-coordinate representation of color #385057: hue angle of 193.55º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385057 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 80 87 -
CMYK 0.36 0.08 0 0.66
HSL 193.55º 0.22% 0.28% -
HSV(B) 193.55º 0.36% 0.34% -
XYZ 6.22 7.27 10.09 -
YUV 73.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 56 80 87 0.36 0.08 0 0.66 193.55 0.22 0.28
Hex 38 50 57 24 8 0 42 C2 16 1C
Octal 70 120 127 44 10 0 102 302 26 34
Binary 111000 1010000 1010111 100100 1000 0 1000010 11000010 10110 11100

Color Harmonies of #385057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385057

Black with #385057

Text Example


Text Example

White with #385057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385057; }

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

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

background-color css

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

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

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

border-color css

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

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

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