Html Css Color HEX #5369BA Chetwode Blue

📋 copy color: '#5369BA'

red 83 ◦ green 105 ◦ blue 186

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

Shades of Chetwode Blue #5369BA

Tints of Chetwode Blue #5369BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.07%

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

R = 22.19%
G = 28.07%
B = 49.73%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5369BA (or 0x5369BA) is known color: Chetwode Blue. HEX triplet: 53, 69 and BA. RGB value is (83,105,186). Sum of RGB (Red+Green+Blue) = 83+105+186=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #5369BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5369BA is #AC9645. Grayscale: #6B6B6B. Windows color (decimal): -11310662 or 12216659. OLE color: 12216659.

HSL color Cylindrical-coordinate representation of color #5369BA: hue angle of 227.18º 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 #5369BA is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 105 186 -
CMYK 0.55 0.44 0 0.27
HSL 227.18º 0.43% 0.53% -
HSV(B) 227.18º 0.55% 0.73% -
XYZ 17.48 15.49 48.52 -
YUV 107.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 83 105 186 0.55 0.44 0 0.27 227.18 0.43 0.53
Hex 53 69 BA 37 2C 0 1B E3 2B 35
Octal 123 151 272 67 54 0 33 343 53 65
Binary 1010011 1101001 10111010 110111 101100 0 11011 11100011 101011 110101

Color Harmonies of #5369BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5369BA

Black with #5369BA

Text Example


Text Example

White with #5369BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5369BA; }

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

 H1.HeaderClassName
 {
   color: #5369BA;
 }
 .AnyTagClassName
 {
   color: #5369BA;
 }
</style>

background-color css

<style>
 a { background-color: #5369BA; }

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

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

border-color css

<style>
 span { border-color: #5369BA; }

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

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