Html Css Color HEX #536B7B Bismark

📋 copy color: '#536B7B'

red 83 ◦ green 107 ◦ blue 123

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

Shades of Bismark #536B7B

Tints of Bismark #536B7B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.19%

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 26.52%
G = 34.19%
B = 39.3%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#536B7B (or 0x536B7B) is known color: Bismark. HEX triplet: 53, 6B and 7B. RGB value is (83,107,123). Sum of RGB (Red+Green+Blue) = 83+107+123=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #536B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B7B is #AC9484. Grayscale: #656565. Windows color (decimal): -11310213 or 8088403. OLE color: 8088403.

HSL color Cylindrical-coordinate representation of color #536B7B: hue angle of 204º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #536B7B is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 107 123 -
CMYK 0.33 0.13 0 0.52
HSL 204º 0.19% 0.4% -
HSV(B) 204º 0.33% 0.48% -
XYZ 12.4 13.78 20.75 -
YUV 101.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 83 107 123 0.33 0.13 0 0.52 204 0.19 0.4
Hex 53 6B 7B 21 D 0 34 CC 13 28
Octal 123 153 173 41 15 0 64 314 23 50
Binary 1010011 1101011 1111011 100001 1101 0 110100 11001100 10011 101000

Color Harmonies of #536B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B7B

Black with #536B7B

Text Example


Text Example

White with #536B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536B7B; }

 p { color: rgb(83,107,123); }

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

background-color css

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

 a { background-color: rgb(83,107,123); }

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

border-color css

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

 span { border-color: rgb(83,107,123); }

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