#38565E

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

Shades of Casal #38565E

Tints of Casal #38565E

Color information

#38565E (or 0x38565E) is unknown color: approx Casal. HEX triplet: 38, 56 and 5E. RGB value is (56,86,94). Sum of RGB (Red+Green+Blue) = 56+86+94=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #38565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38565E is #C7A9A1. Grayscale: #4D4D4D. Windows color (decimal): -13085090 or 6182456. OLE color: 6182456.

HSL color Cylindrical-coordinate representation of color #38565E: hue angle of 192.63º 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 #38565E is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB568694-
CMYK0.400.0900.63
HSL192.63º25.33%29.41%-
HSV(B)192.63º40.43%36.86%-
XYZ6.988.311.82-
YUV77.94137.06112.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 94 (37.11% from 255) = 39.83%
R=23.73%
G=36.44%
B=39.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5686940.400.0900.63192.6325.3329.41
Hex38565E28903Fc1191d
Octal7012613650110773013135
Binary1110001010110101111010100010010111111110000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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