Html Css Color HEX #455153 Casal

📋 copy color: '#455153'

red 69 ◦ green 81 ◦ blue 83

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

Shades of Casal #455153

Tints of Casal #455153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.76%

 BLUE value IS 83 (32.81% from 255) = 35.62%

R = 29.61%
G = 34.76%
B = 35.62%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#455153 (or 0x455153) is known color: Casal. HEX triplet: 45, 51 and 53. RGB value is (69,81,83). Sum of RGB (Red+Green+Blue) = 69+81+83=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 83 - color contains mainly: blue. Hex color #455153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455153 is #BAAEAC. Grayscale: #4D4D4D. Windows color (decimal): -12234413 or 5460293. OLE color: 5460293.

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

Color convert

RGB 69 81 83 -
CMYK 0.17 0.02 0 0.67
HSL 188.57º 0.09% 0.3% -
HSV(B) 188.57º 0.17% 0.33% -
XYZ 6.96 7.77 9.32 -
YUV 77.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 69 81 83 0.17 0.02 0 0.67 188.57 0.09 0.3
Hex 45 51 53 11 2 0 43 BD 9 1E
Octal 105 121 123 21 2 0 103 275 11 36
Binary 1000101 1010001 1010011 10001 10 0 1000011 10111101 1001 11110

Color Harmonies of #455153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455153

Black with #455153

Text Example


Text Example

White with #455153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455153; }

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

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

background-color css

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

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

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

border-color css

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

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

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