Html Css Color HEX #5367BD Chetwode Blue

📋 copy color: '#5367BD'

red 83 ◦ green 103 ◦ blue 189

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

Shades of Chetwode Blue #5367BD

Tints of Chetwode Blue #5367BD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

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

R = 22.13%
G = 27.47%
B = 50.4%

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

#5367BD (or 0x5367BD) is known color: Chetwode Blue. HEX triplet: 53, 67 and BD. RGB value is (83,103,189). Sum of RGB (Red+Green+Blue) = 83+103+189=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #5367BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5367BD is #AC9842. Grayscale: #6A6A6A. Windows color (decimal): -11311171 or 12412755. OLE color: 12412755.

HSL color Cylindrical-coordinate representation of color #5367BD: hue angle of 228.68º 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 #5367BD is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 103 189 -
CMYK 0.56 0.46 0 0.26
HSL 228.68º 0.45% 0.53% -
HSV(B) 228.68º 0.56% 0.74% -
XYZ 17.6 15.21 50.15 -
YUV 106.82 174.37 111.01 -
System Red Green Blue C M Y K H S L
Decimal 83 103 189 0.56 0.46 0 0.26 228.68 0.45 0.53
Hex 53 67 BD 38 2E 0 1A E5 2D 35
Octal 123 147 275 70 56 0 32 345 55 65
Binary 1010011 1100111 10111101 111000 101110 0 11010 11100101 101101 110101

Color Harmonies of #5367BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5367BD

Black with #5367BD

Text Example


Text Example

White with #5367BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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