Html Css Color HEX #38575D Casal

📋 copy color: '#38575D'

red 56 ◦ green 87 ◦ blue 93

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

Shades of Casal #38575D

Tints of Casal #38575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.86%

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

R = 23.73%
G = 36.86%
B = 39.41%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38575D (or 0x38575D) is known color: Casal. HEX triplet: 38, 57 and 5D. RGB value is (56,87,93). Sum of RGB (Red+Green+Blue) = 56+87+93=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #38575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38575D is #C7A8A2. Grayscale: #4E4E4E. Windows color (decimal): -13084835 or 6117176. OLE color: 6117176.

HSL color Cylindrical-coordinate representation of color #38575D: hue angle of 189.73º 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 #38575D is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 87 93 -
CMYK 0.40 0.06 0 0.64
HSL 189.73º 0.25% 0.29% -
HSV(B) 189.73º 0.4% 0.36% -
XYZ 7.01 8.45 11.62 -
YUV 78.42 136.23 112.01 -
System Red Green Blue C M Y K H S L
Decimal 56 87 93 0.40 0.06 0 0.64 189.73 0.25 0.29
Hex 38 57 5D 28 6 0 40 BE 19 1D
Octal 70 127 135 50 6 0 100 276 31 35
Binary 111000 1010111 1011101 101000 110 0 1000000 10111110 11001 11101

Color Harmonies of #38575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38575D

Black with #38575D

Text Example


Text Example

White with #38575D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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