Html Css Color HEX #536DB4 Chetwode Blue

📋 copy color: '#536DB4'

red 83 ◦ green 109 ◦ blue 180

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

Shades of Chetwode Blue #536DB4

Tints of Chetwode Blue #536DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.39%

R = 22.31%
G = 29.3%
B = 48.39%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#536DB4 (or 0x536DB4) is known color: Chetwode Blue. HEX triplet: 53, 6D and B4. RGB value is (83,109,180). Sum of RGB (Red+Green+Blue) = 83+109+180=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #536DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DB4 is #AC924B. Grayscale: #6D6D6D. Windows color (decimal): -11309644 or 11824467. OLE color: 11824467.

HSL color Cylindrical-coordinate representation of color #536DB4: hue angle of 223.92º degrees, saturation: 0.39, 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 #536DB4 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 109 180 -
CMYK 0.54 0.39 0 0.29
HSL 223.92º 0.39% 0.52% -
HSV(B) 223.92º 0.54% 0.71% -
XYZ 17.27 16.07 45.37 -
YUV 109.32 167.89 109.23 -
System Red Green Blue C M Y K H S L
Decimal 83 109 180 0.54 0.39 0 0.29 223.92 0.39 0.52
Hex 53 6D B4 36 27 0 1D E0 27 34
Octal 123 155 264 66 47 0 35 340 47 64
Binary 1010011 1101101 10110100 110110 100111 0 11101 11100000 100111 110100

Color Harmonies of #536DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DB4

Black with #536DB4

Text Example


Text Example

White with #536DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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