Html Css Color HEX #455459 Casal

📋 copy color: '#455459'

red 69 ◦ green 84 ◦ blue 89

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

Shades of Casal #455459

Tints of Casal #455459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.71%

 BLUE value IS 89 (35.16% from 255) = 36.78%

R = 28.51%
G = 34.71%
B = 36.78%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#455459 (or 0x455459) is known color: Casal. HEX triplet: 45, 54 and 59. RGB value is (69,84,89). Sum of RGB (Red+Green+Blue) = 69+84+89=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #455459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455459 is #BAABA6. Grayscale: #505050. Windows color (decimal): -12233639 or 5854277. OLE color: 5854277.

HSL color Cylindrical-coordinate representation of color #455459: hue angle of 195º degrees, saturation: 0.13, 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 #455459 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 84 89 -
CMYK 0.22 0.06 0 0.65
HSL 195º 0.13% 0.31% -
HSV(B) 195º 0.22% 0.35% -
XYZ 7.43 8.33 10.67 -
YUV 80.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 69 84 89 0.22 0.06 0 0.65 195 0.13 0.31
Hex 45 54 59 16 6 0 41 C3 D 1F
Octal 105 124 131 26 6 0 101 303 15 37
Binary 1000101 1010100 1011001 10110 110 0 1000001 11000011 1101 11111

Color Harmonies of #455459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455459

Black with #455459

Text Example


Text Example

White with #455459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455459; }

 p { color: rgb(69,84,89); }

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

background-color css

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

 a { background-color: rgb(69,84,89); }

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

border-color css

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

 span { border-color: rgb(69,84,89); }

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