Html Css Color HEX #536DB9 Chetwode Blue

📋 copy color: '#536DB9'

red 83 ◦ green 109 ◦ blue 185

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

Shades of Chetwode Blue #536DB9

Tints of Chetwode Blue #536DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.91%

 BLUE value IS 185 (72.66% from 255) = 49.07%

R = 22.02%
G = 28.91%
B = 49.07%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#536DB9 (or 0x536DB9) is known color: Chetwode Blue. HEX triplet: 53, 6D and B9. RGB value is (83,109,185). Sum of RGB (Red+Green+Blue) = 83+109+185=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #536DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DB9 is #AC9246. Grayscale: #6D6D6D. Windows color (decimal): -11309639 or 12152147. OLE color: 12152147.

HSL color Cylindrical-coordinate representation of color #536DB9: hue angle of 224.71º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #536DB9 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 109 185 -
CMYK 0.55 0.41 0 0.27
HSL 224.71º 0.42% 0.53% -
HSV(B) 224.71º 0.55% 0.73% -
XYZ 17.79 16.28 48.1 -
YUV 109.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 83 109 185 0.55 0.41 0 0.27 224.71 0.42 0.53
Hex 53 6D B9 37 29 0 1B E1 2A 35
Octal 123 155 271 67 51 0 33 341 52 65
Binary 1010011 1101101 10111001 110111 101001 0 11011 11100001 101010 110101

Color Harmonies of #536DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DB9

Black with #536DB9

Text Example


Text Example

White with #536DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,109,185); }

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

background-color css

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

 a { background-color: rgb(83,109,185); }

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

border-color css

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

 span { border-color: rgb(83,109,185); }

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