Html Css Color HEX #536CBD Chetwode Blue

📋 copy color: '#536CBD'

red 83 ◦ green 108 ◦ blue 189

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

Shades of Chetwode Blue #536CBD

Tints of Chetwode Blue #536CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 21.84%
G = 28.42%
B = 49.74%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#536CBD (or 0x536CBD) is known color: Chetwode Blue. HEX triplet: 53, 6C and BD. RGB value is (83,108,189). Sum of RGB (Red+Green+Blue) = 83+108+189=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #536CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CBD is #AC9342. Grayscale: #6D6D6D. Windows color (decimal): -11309891 or 12414035. OLE color: 12414035.

HSL color Cylindrical-coordinate representation of color #536CBD: hue angle of 225.85º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #536CBD is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 108 189 -
CMYK 0.56 0.43 0 0.26
HSL 225.85º 0.45% 0.53% -
HSV(B) 225.85º 0.56% 0.74% -
XYZ 18.12 16.24 50.32 -
YUV 109.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 83 108 189 0.56 0.43 0 0.26 225.85 0.45 0.53
Hex 53 6C BD 38 2B 0 1A E2 2D 35
Octal 123 154 275 70 53 0 32 342 55 65
Binary 1010011 1101100 10111101 111000 101011 0 11010 11100010 101101 110101

Color Harmonies of #536CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536CBD

Black with #536CBD

Text Example


Text Example

White with #536CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,108,189); }

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

background-color css

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

 a { background-color: rgb(83,108,189); }

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

border-color css

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

 span { border-color: rgb(83,108,189); }

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