Html Css Color HEX #485558 Casal

📋 copy color: '#485558'

red 72 ◦ green 85 ◦ blue 88

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

Shades of Casal #485558

Tints of Casal #485558

RGB

 RED value IS 72 (28.52% from 255) = 29.39%

 GREEN value IS 85 (33.59% from 255) = 34.69%

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 29.39%
G = 34.69%
B = 35.92%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#485558 (or 0x485558) is known color: Casal. HEX triplet: 48, 55 and 58. RGB value is (72,85,88). Sum of RGB (Red+Green+Blue) = 72+85+88=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 88 - color contains mainly: blue. Hex color #485558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485558 is #B7AAA7. Grayscale: #515151. Windows color (decimal): -12036776 or 5789000. OLE color: 5789000.

HSL color Cylindrical-coordinate representation of color #485558: hue angle of 191.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #485558 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 85 88 -
CMYK 0.18 0.03 0 0.65
HSL 191.25º 0.1% 0.31% -
HSV(B) 191.25º 0.18% 0.35% -
XYZ 7.68 8.58 10.48 -
YUV 81.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 72 85 88 0.18 0.03 0 0.65 191.25 0.1 0.31
Hex 48 55 58 12 3 0 41 BF A 1F
Octal 110 125 130 22 3 0 101 277 12 37
Binary 1001000 1010101 1011000 10010 11 0 1000001 10111111 1010 11111

Color Harmonies of #485558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485558

Black with #485558

Text Example


Text Example

White with #485558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485558; }

 p { color: rgb(72,85,88); }

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

background-color css

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

 a { background-color: rgb(72,85,88); }

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

border-color css

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

 span { border-color: rgb(72,85,88); }

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