Html Css Color HEX #455052 Casal

📋 copy color: '#455052'

red 69 ◦ green 80 ◦ blue 82

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

Shades of Casal #455052

Tints of Casal #455052

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.5%

R = 29.87%
G = 34.63%
B = 35.5%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#455052 (or 0x455052) is known color: 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

RGB 69 80 82 -
CMYK 0.16 0.02 0 0.68
HSL 189.23º 0.09% 0.3% -
HSV(B) 189.23º 0.16% 0.32% -
XYZ 6.85 7.61 9.09 -
YUV 76.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 69 80 82 0.16 0.02 0 0.68 189.23 0.09 0.3
Hex 45 50 52 10 2 0 44 BD 9 1E
Octal 105 120 122 20 2 0 104 275 11 36
Binary 1000101 1010000 1010010 10000 10 0 1000100 10111101 1001 11110

Color Harmonies of #455052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455052

Black with #455052

Text Example


Text Example

White with #455052

Text Example


Text Example

HTML Codes & Css Web 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>