Html Css Color HEX #5367BC Chetwode Blue

📋 copy color: '#5367BC'

red 83 ◦ green 103 ◦ blue 188

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

Shades of Chetwode Blue #5367BC

Tints of Chetwode Blue #5367BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.27%

R = 22.19%
G = 27.54%
B = 50.27%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5367BC (or 0x5367BC) is known color: Chetwode Blue. HEX triplet: 53, 67 and BC. RGB value is (83,103,188). Sum of RGB (Red+Green+Blue) = 83+103+188=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #5367BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5367BC is #AC9843. Grayscale: #6A6A6A. Windows color (decimal): -11311172 or 12347219. OLE color: 12347219.

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

Color convert

RGB 83 103 188 -
CMYK 0.56 0.45 0 0.26
HSL 228.57º 0.44% 0.53% -
HSV(B) 228.57º 0.56% 0.74% -
XYZ 17.49 15.17 49.58 -
YUV 106.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 83 103 188 0.56 0.45 0 0.26 228.57 0.44 0.53
Hex 53 67 BC 38 2D 0 1A E5 2C 35
Octal 123 147 274 70 55 0 32 345 54 65
Binary 1010011 1100111 10111100 111000 101101 0 11010 11100101 101100 110101

Color Harmonies of #5367BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5367BC

Black with #5367BC

Text Example


Text Example

White with #5367BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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