Html Css Color HEX #536DB7 Chetwode Blue

📋 copy color: '#536DB7'

red 83 ◦ green 109 ◦ blue 183

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

Shades of Chetwode Blue #536DB7

Tints of Chetwode Blue #536DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.8%

R = 22.13%
G = 29.07%
B = 48.8%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#536DB7 (or 0x536DB7) is known color: Chetwode Blue. HEX triplet: 53, 6D and B7. RGB value is (83,109,183). Sum of RGB (Red+Green+Blue) = 83+109+183=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #536DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DB7 is #AC9248. Grayscale: #6D6D6D. Windows color (decimal): -11309641 or 12021075. OLE color: 12021075.

HSL color Cylindrical-coordinate representation of color #536DB7: hue angle of 224.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #536DB7 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 109 183 -
CMYK 0.55 0.40 0 0.28
HSL 224.4º 0.41% 0.52% -
HSV(B) 224.4º 0.55% 0.72% -
XYZ 17.58 16.2 47 -
YUV 109.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 83 109 183 0.55 0.40 0 0.28 224.4 0.41 0.52
Hex 53 6D B7 37 28 0 1C E0 29 34
Octal 123 155 267 67 50 0 34 340 51 64
Binary 1010011 1101101 10110111 110111 101000 0 11100 11100000 101001 110100

Color Harmonies of #536DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DB7

Black with #536DB7

Text Example


Text Example

White with #536DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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