Html Css Color HEX #38535D Casal

📋 copy color: '#38535D'

red 56 ◦ green 83 ◦ blue 93

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

Shades of Casal #38535D

Tints of Casal #38535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 24.14%
G = 35.78%
B = 40.09%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38535D (or 0x38535D) is known color: Casal. HEX triplet: 38, 53 and 5D. RGB value is (56,83,93). Sum of RGB (Red+Green+Blue) = 56+83+93=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #38535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38535D is #C7ACA2. Grayscale: #4C4C4C. Windows color (decimal): -13085859 or 6116152. OLE color: 6116152.

HSL color Cylindrical-coordinate representation of color #38535D: hue angle of 196.22º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38535D is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 83 93 -
CMYK 0.40 0.11 0 0.64
HSL 196.22º 0.25% 0.29% -
HSV(B) 196.22º 0.4% 0.36% -
XYZ 6.7 7.82 11.51 -
YUV 76.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 56 83 93 0.40 0.11 0 0.64 196.22 0.25 0.29
Hex 38 53 5D 28 B 0 40 C4 19 1D
Octal 70 123 135 50 13 0 100 304 31 35
Binary 111000 1010011 1011101 101000 1011 0 1000000 11000100 11001 11101

Color Harmonies of #38535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38535D

Black with #38535D

Text Example


Text Example

White with #38535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38535D; }

 p { color: rgb(56,83,93); }

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

background-color css

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

 a { background-color: rgb(56,83,93); }

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

border-color css

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

 span { border-color: rgb(56,83,93); }

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