Html Css Color HEX #435054 Casal

📋 copy color: '#435054'

red 67 ◦ green 80 ◦ blue 84

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

Shades of Casal #435054

Tints of Casal #435054

RGB

 RED value IS 67 (26.56% from 255) = 29%

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 84 (33.2% from 255) = 36.36%

R = 29%
G = 34.63%
B = 36.36%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#435054 (or 0x435054) is known color: Casal. HEX triplet: 43, 50 and 54. RGB value is (67,80,84). Sum of RGB (Red+Green+Blue) = 67+80+84=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 84 - color contains mainly: blue. Hex color #435054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435054 is #BCAFAB. Grayscale: #4C4C4C. Windows color (decimal): -12365740 or 5525571. OLE color: 5525571.

HSL color Cylindrical-coordinate representation of color #435054: hue angle of 194.12º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #435054 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 80 84 -
CMYK 0.20 0.05 0 0.67
HSL 194.12º 0.11% 0.3% -
HSV(B) 194.12º 0.2% 0.33% -
XYZ 6.78 7.57 9.49 -
YUV 76.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 67 80 84 0.20 0.05 0 0.67 194.12 0.11 0.3
Hex 43 50 54 14 5 0 43 C2 B 1E
Octal 103 120 124 24 5 0 103 302 13 36
Binary 1000011 1010000 1010100 10100 101 0 1000011 11000010 1011 11110

Color Harmonies of #435054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435054

Black with #435054

Text Example


Text Example

White with #435054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435054; }

 p { color: rgb(67,80,84); }

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

background-color css

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

 a { background-color: rgb(67,80,84); }

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

border-color css

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

 span { border-color: rgb(67,80,84); }

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