Html Css Color HEX #33565D Casal

📋 copy color: '#33565D'

red 51 ◦ green 86 ◦ blue 93

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

Shades of Casal #33565D

Tints of Casal #33565D

RGB

 RED value IS 51 (20.31% from 255) = 22.17%

 GREEN value IS 86 (33.98% from 255) = 37.39%

 BLUE value IS 93 (36.72% from 255) = 40.43%

R = 22.17%
G = 37.39%
B = 40.43%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#33565D (or 0x33565D) is known color: Casal. HEX triplet: 33, 56 and 5D. RGB value is (51,86,93). Sum of RGB (Red+Green+Blue) = 51+86+93=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #33565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33565D is #CCA9A2. Grayscale: #4C4C4C. Windows color (decimal): -13412771 or 6116915. OLE color: 6116915.

HSL color Cylindrical-coordinate representation of color #33565D: hue angle of 190º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33565D is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 86 93 -
CMYK 0.45 0.08 0 0.64
HSL 190º 0.29% 0.28% -
HSV(B) 190º 0.45% 0.36% -
XYZ 6.67 8.15 11.58 -
YUV 76.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 51 86 93 0.45 0.08 0 0.64 190 0.29 0.28
Hex 33 56 5D 2D 8 0 40 BE 1D 1C
Octal 63 126 135 55 10 0 100 276 35 34
Binary 110011 1010110 1011101 101101 1000 0 1000000 10111110 11101 11100

Color Harmonies of #33565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33565D

Black with #33565D

Text Example


Text Example

White with #33565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33565D; }

 p { color: rgb(51,86,93); }

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

background-color css

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

 a { background-color: rgb(51,86,93); }

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

border-color css

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

 span { border-color: rgb(51,86,93); }

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