Html Css Color HEX #536DB6 Chetwode Blue

📋 copy color: '#536DB6'

red 83 ◦ green 109 ◦ blue 182

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

Shades of Chetwode Blue #536DB6

Tints of Chetwode Blue #536DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.66%

R = 22.19%
G = 29.14%
B = 48.66%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#536DB6 (or 0x536DB6) is known color: Chetwode Blue. HEX triplet: 53, 6D and B6. RGB value is (83,109,182). Sum of RGB (Red+Green+Blue) = 83+109+182=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #536DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DB6 is #AC9249. Grayscale: #6D6D6D. Windows color (decimal): -11309642 or 11955539. OLE color: 11955539.

HSL color Cylindrical-coordinate representation of color #536DB6: hue angle of 224.24º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #536DB6 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 109 182 -
CMYK 0.54 0.40 0 0.29
HSL 224.24º 0.4% 0.52% -
HSV(B) 224.24º 0.54% 0.71% -
XYZ 17.48 16.15 46.45 -
YUV 109.55 168.89 109.06 -
System Red Green Blue C M Y K H S L
Decimal 83 109 182 0.54 0.40 0 0.29 224.24 0.4 0.52
Hex 53 6D B6 36 28 0 1D E0 28 34
Octal 123 155 266 66 50 0 35 340 50 64
Binary 1010011 1101101 10110110 110110 101000 0 11101 11100000 101000 110100

Color Harmonies of #536DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DB6

Black with #536DB6

Text Example


Text Example

White with #536DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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