Html Css Color HEX #38585D Casal

📋 copy color: '#38585D'

red 56 ◦ green 88 ◦ blue 93

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

Shades of Casal #38585D

Tints of Casal #38585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.13%

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

R = 23.63%
G = 37.13%
B = 39.24%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38585D (or 0x38585D) is known color: Casal. HEX triplet: 38, 58 and 5D. RGB value is (56,88,93). Sum of RGB (Red+Green+Blue) = 56+88+93=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #38585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38585D is #C7A7A2. Grayscale: #4E4E4E. Windows color (decimal): -13084579 or 6117432. OLE color: 6117432.

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

Color convert

RGB 56 88 93 -
CMYK 0.40 0.05 0 0.64
HSL 188.11º 0.25% 0.29% -
HSV(B) 188.11º 0.4% 0.36% -
XYZ 7.1 8.61 11.64 -
YUV 79 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 56 88 93 0.40 0.05 0 0.64 188.11 0.25 0.29
Hex 38 58 5D 28 5 0 40 BC 19 1D
Octal 70 130 135 50 5 0 100 274 31 35
Binary 111000 1011000 1011101 101000 101 0 1000000 10111100 11001 11101

Color Harmonies of #38585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38585D

Black with #38585D

Text Example


Text Example

White with #38585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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