Html Css Color HEX #5366BD Chetwode Blue

📋 copy color: '#5366BD'

red 83 ◦ green 102 ◦ blue 189

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

Shades of Chetwode Blue #5366BD

Tints of Chetwode Blue #5366BD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.27%

 BLUE value IS 189 (74.22% from 255) = 50.53%

R = 22.19%
G = 27.27%
B = 50.53%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5366BD (or 0x5366BD) is known color: Chetwode Blue. HEX triplet: 53, 66 and BD. RGB value is (83,102,189). Sum of RGB (Red+Green+Blue) = 83+102+189=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #5366BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5366BD is #AC9942. Grayscale: #696969. Windows color (decimal): -11311427 or 12412499. OLE color: 12412499.

HSL color Cylindrical-coordinate representation of color #5366BD: hue angle of 229.25º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5366BD is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 102 189 -
CMYK 0.56 0.46 0 0.26
HSL 229.25º 0.45% 0.53% -
HSV(B) 229.25º 0.56% 0.74% -
XYZ 17.5 15.02 50.12 -
YUV 106.24 174.71 111.43 -
System Red Green Blue C M Y K H S L
Decimal 83 102 189 0.56 0.46 0 0.26 229.25 0.45 0.53
Hex 53 66 BD 38 2E 0 1A E5 2D 35
Octal 123 146 275 70 56 0 32 345 55 65
Binary 1010011 1100110 10111101 111000 101110 0 11010 11100101 101101 110101

Color Harmonies of #5366BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5366BD

Black with #5366BD

Text Example


Text Example

White with #5366BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5366BD; }

 p { color: rgb(83,102,189); }

 H1.HeaderClassName
 {
   color: #5366BD;
 }
 .AnyTagClassName
 {
   color: #5366BD;
 }
</style>

background-color css

<style>
 a { background-color: #5366BD; }

 a { background-color: rgb(83,102,189); }

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

border-color css

<style>
 span { border-color: #5366BD; }

 span { border-color: rgb(83,102,189); }

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