Html Css Color HEX #38515A Casal

📋 copy color: '#38515A'

red 56 ◦ green 81 ◦ blue 90

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

Shades of Casal #38515A

Tints of Casal #38515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.68%

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 24.67%
G = 35.68%
B = 39.65%

CMYK

 C value IS 0.38

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38515A (or 0x38515A) is known color: Casal. HEX triplet: 38, 51 and 5A. RGB value is (56,81,90). Sum of RGB (Red+Green+Blue) = 56+81+90=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #38515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38515A is #C7AEA5. Grayscale: #4A4A4A. Windows color (decimal): -13086374 or 5919032. OLE color: 5919032.

HSL color Cylindrical-coordinate representation of color #38515A: hue angle of 195.88º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38515A is Cyan = 0.38, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 81 90 -
CMYK 0.38 0.1 0 0.65
HSL 195.88º 0.23% 0.29% -
HSV(B) 195.88º 0.38% 0.35% -
XYZ 6.42 7.46 10.78 -
YUV 74.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 56 81 90 0.38 0.1 0 0.65 195.88 0.23 0.29
Hex 38 51 5A 26 A 0 41 C4 17 1D
Octal 70 121 132 46 12 0 101 304 27 35
Binary 111000 1010001 1011010 100110 1010 0 1000001 11000100 10111 11101

Color Harmonies of #38515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38515A

Black with #38515A

Text Example


Text Example

White with #38515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38515A; }

 p { color: rgb(56,81,90); }

 H1.HeaderClassName
 {
   color: #38515A;
 }
 .AnyTagClassName
 {
   color: #38515A;
 }
</style>

background-color css

<style>
 a { background-color: #38515A; }

 a { background-color: rgb(56,81,90); }

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

border-color css

<style>
 span { border-color: #38515A; }

 span { border-color: rgb(56,81,90); }

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