Html Css Color HEX #536776 Bismark

📋 copy color: '#536776'

red 83 ◦ green 103 ◦ blue 118

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

Shades of Bismark #536776

Tints of Bismark #536776

RGB

 RED value IS 83 (32.81% from 255) = 27.3%

 GREEN value IS 103 (40.63% from 255) = 33.88%

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 27.3%
G = 33.88%
B = 38.82%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#536776 (or 0x536776) is known color: Bismark. HEX triplet: 53, 67 and 76. RGB value is (83,103,118). Sum of RGB (Red+Green+Blue) = 83+103+118=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #536776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536776 is #AC9889. Grayscale: #626262. Windows color (decimal): -11311242 or 7759699. OLE color: 7759699.

HSL color Cylindrical-coordinate representation of color #536776: hue angle of 205.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #536776 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 103 118 -
CMYK 0.30 0.13 0 0.54
HSL 205.71º 0.17% 0.39% -
HSV(B) 205.71º 0.3% 0.46% -
XYZ 11.69 12.85 19 -
YUV 98.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 83 103 118 0.30 0.13 0 0.54 205.71 0.17 0.39
Hex 53 67 76 1E D 0 36 CE 11 27
Octal 123 147 166 36 15 0 66 316 21 47
Binary 1010011 1100111 1110110 11110 1101 0 110110 11001110 10001 100111

Color Harmonies of #536776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536776

Black with #536776

Text Example


Text Example

White with #536776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536776; }

 p { color: rgb(83,103,118); }

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

background-color css

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

 a { background-color: rgb(83,103,118); }

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

border-color css

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

 span { border-color: rgb(83,103,118); }

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