Html Css Color HEX #455355 Casal

📋 copy color: '#455355'

red 69 ◦ green 83 ◦ blue 85

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

Shades of Casal #455355

Tints of Casal #455355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.02%

 BLUE value IS 85 (33.59% from 255) = 35.86%

R = 29.11%
G = 35.02%
B = 35.86%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#455355 (or 0x455355) is known color: Casal. HEX triplet: 45, 53 and 55. RGB value is (69,83,85). Sum of RGB (Red+Green+Blue) = 69+83+85=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 85 - color contains mainly: blue. Hex color #455355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455355 is #BAACAA. Grayscale: #4F4F4F. Windows color (decimal): -12233899 or 5591877. OLE color: 5591877.

HSL color Cylindrical-coordinate representation of color #455355: hue angle of 187.5º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #455355 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 83 85 -
CMYK 0.19 0.02 0 0.67
HSL 187.5º 0.1% 0.3% -
HSV(B) 187.5º 0.19% 0.33% -
XYZ 7.19 8.11 9.78 -
YUV 79.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 69 83 85 0.19 0.02 0 0.67 187.5 0.1 0.3
Hex 45 53 55 13 2 0 43 BC A 1E
Octal 105 123 125 23 2 0 103 274 12 36
Binary 1000101 1010011 1010101 10011 10 0 1000011 10111100 1010 11110

Color Harmonies of #455355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455355

Black with #455355

Text Example


Text Example

White with #455355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455355; }

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

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

background-color css

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

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

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

border-color css

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

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

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