Html Css Color HEX #38525A Casal

📋 copy color: '#38525A'

red 56 ◦ green 82 ◦ blue 90

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

Shades of Casal #38525A

Tints of Casal #38525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.96%

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

R = 24.56%
G = 35.96%
B = 39.47%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38525A (or 0x38525A) is known color: Casal. HEX triplet: 38, 52 and 5A. RGB value is (56,82,90). Sum of RGB (Red+Green+Blue) = 56+82+90=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #38525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38525A is #C7ADA5. Grayscale: #4B4B4B. Windows color (decimal): -13086118 or 5919288. OLE color: 5919288.

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

Color convert

RGB 56 82 90 -
CMYK 0.38 0.09 0 0.65
HSL 194.12º 0.23% 0.29% -
HSV(B) 194.12º 0.38% 0.35% -
XYZ 6.49 7.61 10.8 -
YUV 75.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 56 82 90 0.38 0.09 0 0.65 194.12 0.23 0.29
Hex 38 52 5A 26 9 0 41 C2 17 1D
Octal 70 122 132 46 11 0 101 302 27 35
Binary 111000 1010010 1011010 100110 1001 0 1000001 11000010 10111 11101

Color Harmonies of #38525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38525A

Black with #38525A

Text Example


Text Example

White with #38525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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