Html Css Color HEX #455558 Casal

📋 copy color: '#455558'

red 69 ◦ green 85 ◦ blue 88

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

Shades of Casal #455558

Tints of Casal #455558

RGB

 RED value IS 69 (27.34% from 255) = 28.51%

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

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

R = 28.51%
G = 35.12%
B = 36.36%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#455558 (or 0x455558) is known color: Casal. HEX triplet: 45, 55 and 58. RGB value is (69,85,88). Sum of RGB (Red+Green+Blue) = 69+85+88=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 88 - color contains mainly: blue. Hex color #455558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455558 is #BAAAA7. Grayscale: #505050. Windows color (decimal): -12233384 or 5788997. OLE color: 5788997.

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

Color convert

RGB 69 85 88 -
CMYK 0.22 0.03 0 0.65
HSL 189.47º 0.12% 0.31% -
HSV(B) 189.47º 0.22% 0.35% -
XYZ 7.46 8.47 10.47 -
YUV 80.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 69 85 88 0.22 0.03 0 0.65 189.47 0.12 0.31
Hex 45 55 58 16 3 0 41 BD C 1F
Octal 105 125 130 26 3 0 101 275 14 37
Binary 1000101 1010101 1011000 10110 11 0 1000001 10111101 1100 11111

Color Harmonies of #455558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455558

Black with #455558

Text Example


Text Example

White with #455558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455558; }

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

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

background-color css

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

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

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

border-color css

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

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

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