Html Css Color HEX #5365BA Chetwode Blue

📋 copy color: '#5365BA'

red 83 ◦ green 101 ◦ blue 186

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

Shades of Chetwode Blue #5365BA

Tints of Chetwode Blue #5365BA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.3%

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

R = 22.43%
G = 27.3%
B = 50.27%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5365BA (or 0x5365BA) is known color: Chetwode Blue. HEX triplet: 53, 65 and BA. RGB value is (83,101,186). Sum of RGB (Red+Green+Blue) = 83+101+186=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #5365BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5365BA is #AC9A45. Grayscale: #686868. Windows color (decimal): -11311686 or 12215635. OLE color: 12215635.

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

Color convert

RGB 83 101 186 -
CMYK 0.55 0.46 0 0.27
HSL 229.51º 0.43% 0.53% -
HSV(B) 229.51º 0.55% 0.73% -
XYZ 17.08 14.69 48.39 -
YUV 105.31 173.54 112.09 -
System Red Green Blue C M Y K H S L
Decimal 83 101 186 0.55 0.46 0 0.27 229.51 0.43 0.53
Hex 53 65 BA 37 2E 0 1B E6 2B 35
Octal 123 145 272 67 56 0 33 346 53 65
Binary 1010011 1100101 10111010 110111 101110 0 11011 11100110 101011 110101

Color Harmonies of #5365BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5365BA

Black with #5365BA

Text Example


Text Example

White with #5365BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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