Html Css Color HEX #435559 Casal

📋 copy color: '#435559'

red 67 ◦ green 85 ◦ blue 89

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

Shades of Casal #435559

Tints of Casal #435559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.27%

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

R = 27.8%
G = 35.27%
B = 36.93%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#435559 (or 0x435559) is known color: Casal. HEX triplet: 43, 55 and 59. RGB value is (67,85,89). Sum of RGB (Red+Green+Blue) = 67+85+89=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #435559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435559 is #BCAAA6. Grayscale: #505050. Windows color (decimal): -12364455 or 5854531. OLE color: 5854531.

HSL color Cylindrical-coordinate representation of color #435559: hue angle of 190.91º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #435559 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 85 89 -
CMYK 0.25 0.04 0 0.65
HSL 190.91º 0.14% 0.31% -
HSV(B) 190.91º 0.25% 0.35% -
XYZ 7.37 8.41 10.69 -
YUV 80.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 67 85 89 0.25 0.04 0 0.65 190.91 0.14 0.31
Hex 43 55 59 19 4 0 41 BF E 1F
Octal 103 125 131 31 4 0 101 277 16 37
Binary 1000011 1010101 1011001 11001 100 0 1000001 10111111 1110 11111

Color Harmonies of #435559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435559

Black with #435559

Text Example


Text Example

White with #435559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435559; }

 p { color: rgb(67,85,89); }

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

background-color css

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

 a { background-color: rgb(67,85,89); }

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

border-color css

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

 span { border-color: rgb(67,85,89); }

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