Html Css Color HEX #455358 Casal

📋 copy color: '#455358'

red 69 ◦ green 83 ◦ blue 88

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

Shades of Casal #455358

Tints of Casal #455358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.67%

R = 28.75%
G = 34.58%
B = 36.67%

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

#455358 (or 0x455358) is known color: Casal. HEX triplet: 45, 53 and 58. RGB value is (69,83,88). Sum of RGB (Red+Green+Blue) = 69+83+88=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #455358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455358 is #BAACA7. Grayscale: #4F4F4F. Windows color (decimal): -12233896 or 5788485. OLE color: 5788485.

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

Color convert

RGB 69 83 88 -
CMYK 0.22 0.06 0 0.65
HSL 195.79º 0.12% 0.31% -
HSV(B) 195.79º 0.22% 0.35% -
XYZ 7.31 8.16 10.42 -
YUV 79.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 69 83 88 0.22 0.06 0 0.65 195.79 0.12 0.31
Hex 45 53 58 16 6 0 41 C4 C 1F
Octal 105 123 130 26 6 0 101 304 14 37
Binary 1000101 1010011 1011000 10110 110 0 1000001 11000100 1100 11111

Color Harmonies of #455358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455358

Black with #455358

Text Example


Text Example

White with #455358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455358; }

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

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

background-color css

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

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

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

border-color css

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

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

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