Html Css Color HEX #536DBA Chetwode Blue

📋 copy color: '#536DBA'

red 83 ◦ green 109 ◦ blue 186

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

Shades of Chetwode Blue #536DBA

Tints of Chetwode Blue #536DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 21.96%
G = 28.84%
B = 49.21%

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

#536DBA (or 0x536DBA) is known color: Chetwode Blue. HEX triplet: 53, 6D and BA. RGB value is (83,109,186). Sum of RGB (Red+Green+Blue) = 83+109+186=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #536DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DBA is #AC9245. Grayscale: #6D6D6D. Windows color (decimal): -11309638 or 12217683. OLE color: 12217683.

HSL color Cylindrical-coordinate representation of color #536DBA: hue angle of 224.85º degrees, saturation: 0.43, 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 #536DBA is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 109 186 -
CMYK 0.55 0.41 0 0.27
HSL 224.85º 0.43% 0.53% -
HSV(B) 224.85º 0.55% 0.73% -
XYZ 17.9 16.32 48.66 -
YUV 110 170.89 108.74 -
System Red Green Blue C M Y K H S L
Decimal 83 109 186 0.55 0.41 0 0.27 224.85 0.43 0.53
Hex 53 6D BA 37 29 0 1B E1 2B 35
Octal 123 155 272 67 51 0 33 341 53 65
Binary 1010011 1101101 10111010 110111 101001 0 11011 11100001 101011 110101

Color Harmonies of #536DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DBA

Black with #536DBA

Text Example


Text Example

White with #536DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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