Html Css Color HEX #38545A Casal

📋 copy color: '#38545A'

red 56 ◦ green 84 ◦ blue 90

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

Shades of Casal #38545A

Tints of Casal #38545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.52%

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

R = 24.35%
G = 36.52%
B = 39.13%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38545A (or 0x38545A) is known color: Casal. HEX triplet: 38, 54 and 5A. RGB value is (56,84,90). Sum of RGB (Red+Green+Blue) = 56+84+90=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #38545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38545A is #C7ABA5. Grayscale: #4C4C4C. Windows color (decimal): -13085606 or 5919800. OLE color: 5919800.

HSL color Cylindrical-coordinate representation of color #38545A: hue angle of 190.59º 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 #38545A is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 84 90 -
CMYK 0.38 0.07 0 0.65
HSL 190.59º 0.23% 0.29% -
HSV(B) 190.59º 0.38% 0.35% -
XYZ 6.65 7.92 10.85 -
YUV 76.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 56 84 90 0.38 0.07 0 0.65 190.59 0.23 0.29
Hex 38 54 5A 26 7 0 41 BF 17 1D
Octal 70 124 132 46 7 0 101 277 27 35
Binary 111000 1010100 1011010 100110 111 0 1000001 10111111 10111 11101

Color Harmonies of #38545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38545A

Black with #38545A

Text Example


Text Example

White with #38545A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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