Html Css Color HEX #536AB7 Chetwode Blue

📋 copy color: '#536AB7'

red 83 ◦ green 106 ◦ blue 183

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

Shades of Chetwode Blue #536AB7

Tints of Chetwode Blue #536AB7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.49%

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

R = 22.31%
G = 28.49%
B = 49.19%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#536AB7 (or 0x536AB7) is known color: Chetwode Blue. HEX triplet: 53, 6A and B7. RGB value is (83,106,183). Sum of RGB (Red+Green+Blue) = 83+106+183=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 183 - color contains mainly: blue. Hex color #536AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536AB7 is #AC9548. Grayscale: #6B6B6B. Windows color (decimal): -11310409 or 12020307. OLE color: 12020307.

HSL color Cylindrical-coordinate representation of color #536AB7: hue angle of 226.2º 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 #536AB7 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 106 183 -
CMYK 0.55 0.42 0 0.28
HSL 226.2º 0.41% 0.52% -
HSV(B) 226.2º 0.55% 0.72% -
XYZ 17.27 15.57 46.89 -
YUV 107.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 83 106 183 0.55 0.42 0 0.28 226.2 0.41 0.52
Hex 53 6A B7 37 2A 0 1C E2 29 34
Octal 123 152 267 67 52 0 34 342 51 64
Binary 1010011 1101010 10110111 110111 101010 0 11100 11100010 101001 110100

Color Harmonies of #536AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536AB7

Black with #536AB7

Text Example


Text Example

White with #536AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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