#455052

Color #455052 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #455052

Tints of Casal #455052

Color information

#455052 (or 0x455052) is unknown color: approx Casal. HEX triplet: 45, 50 and 52. RGB value is (69,80,82). Sum of RGB (Red+Green+Blue) = 69+80+82=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 82 - color contains mainly: blue. Hex color #455052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455052 is #BAAFAD. Grayscale: #4C4C4C. Windows color (decimal): -12234670 or 5394501. OLE color: 5394501.

HSL color Cylindrical-coordinate representation of color #455052: hue angle of 189.23º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #455052 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB698082-
CMYK0.160.0200.68
HSL189.23º8.61%29.61%-
HSV(B)189.23º15.85%32.16%-
XYZ6.857.619.09-
YUV76.94130.86122.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=29.87%
G=34.63%
B=35.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6980820.160.0200.68189.238.6129.61
Hex455052102044bd91e
Octal10512012220201042751136
Binary10001011010000101001010000100100010010111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455052; }

 p { color: rgb(69,80,82); }

 H1.HeaderClassName
 {
   color: #455052;
 }
 .AnyTagClassName
 {
   color: #455052;
 }
</style>
background-color css

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

 a { background-color: rgb(69,80,82); }

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

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

 span { border-color: rgb(69,80,82); }

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