#385055

Color #385055 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #385055

Tints of Casal #385055

Color information

#385055 (or 0x385055) is unknown color: approx Casal. HEX triplet: 38, 50 and 55. RGB value is (56,80,85). Sum of RGB (Red+Green+Blue) = 56+80+85=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #385055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385055 is #C7AFAA. Grayscale: #494949. Windows color (decimal): -13086635 or 5591096. OLE color: 5591096.

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

Color convert

RGB568085-
CMYK0.340.0600.67
HSL190.34º20.57%27.65%-
HSV(B)190.34º34.12%33.33%-
XYZ6.147.239.67-
YUV73.39134.55115.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=25.34%
G=36.20%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5680850.340.0600.67190.3420.5727.65
Hex385055226043be151c
Octal7012012542601032762534
Binary1110001010000101010110001011001000011101111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385055; }

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

 H1.HeaderClassName
 {
   color: #385055;
 }
 .AnyTagClassName
 {
   color: #385055;
 }
</style>
background-color css

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

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

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

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

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

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