Html Css Color HEX #385055 Casal

📋 copy color: '#385055'

red 56 ◦ green 80 ◦ blue 85

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

Shades of Casal #385055

Tints of Casal #385055

RGB

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

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

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

R = 25.34%
G = 36.2%
B = 38.46%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#385055 (or 0x385055) is known color: 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

RGB 56 80 85 -
CMYK 0.34 0.06 0 0.67
HSL 190.34º 0.21% 0.28% -
HSV(B) 190.34º 0.34% 0.33% -
XYZ 6.14 7.23 9.67 -
YUV 73.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 56 80 85 0.34 0.06 0 0.67 190.34 0.21 0.28
Hex 38 50 55 22 6 0 43 BE 15 1C
Octal 70 120 125 42 6 0 103 276 25 34
Binary 111000 1010000 1010101 100010 110 0 1000011 10111110 10101 11100

Color Harmonies of #385055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385055

Black with #385055

Text Example


Text Example

White with #385055

Text Example


Text Example

HTML Codes & Css Web 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>