Html Css Color HEX #38595E Casal

📋 copy color: '#38595E'

red 56 ◦ green 89 ◦ blue 94

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

Shades of Casal #38595E

Tints of Casal #38595E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.24%

 BLUE value IS 94 (37.11% from 255) = 39.33%

R = 23.43%
G = 37.24%
B = 39.33%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38595E (or 0x38595E) is known color: Casal. HEX triplet: 38, 59 and 5E. RGB value is (56,89,94). Sum of RGB (Red+Green+Blue) = 56+89+94=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 94 - color contains mainly: blue. Hex color #38595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38595E is #C7A6A1. Grayscale: #4F4F4F. Windows color (decimal): -13084322 or 6183224. OLE color: 6183224.

HSL color Cylindrical-coordinate representation of color #38595E: hue angle of 187.89º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38595E is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 89 94 -
CMYK 0.40 0.05 0 0.63
HSL 187.89º 0.25% 0.29% -
HSV(B) 187.89º 0.4% 0.37% -
XYZ 7.22 8.79 11.91 -
YUV 79.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 56 89 94 0.40 0.05 0 0.63 187.89 0.25 0.29
Hex 38 59 5E 28 5 0 3F BC 19 1D
Octal 70 131 136 50 5 0 77 274 31 35
Binary 111000 1011001 1011110 101000 101 0 111111 10111100 11001 11101

Color Harmonies of #38595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38595E

Black with #38595E

Text Example


Text Example

White with #38595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38595E; }

 p { color: rgb(56,89,94); }

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

background-color css

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

 a { background-color: rgb(56,89,94); }

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

border-color css

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

 span { border-color: rgb(56,89,94); }

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