Html Css Color HEX #5267BD Chetwode Blue

📋 copy color: '#5267BD'

red 82 ◦ green 103 ◦ blue 189

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

Shades of Chetwode Blue #5267BD

Tints of Chetwode Blue #5267BD

RGB

 RED value IS 82 (32.42% from 255) = 21.93%

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

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

R = 21.93%
G = 27.54%
B = 50.53%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5267BD (or 0x5267BD) is known color: Chetwode Blue. HEX triplet: 52, 67 and BD. RGB value is (82,103,189). Sum of RGB (Red+Green+Blue) = 82+103+189=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 103 (40.62% from 255 or 27.54% 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 #5267BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5267BD is #AD9842. Grayscale: #6A6A6A. Windows color (decimal): -11376707 or 12412754. OLE color: 12412754.

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

Color convert

RGB 82 103 189 -
CMYK 0.57 0.46 0 0.26
HSL 228.22º 0.45% 0.53% -
HSV(B) 228.22º 0.57% 0.74% -
XYZ 17.52 15.17 50.15 -
YUV 106.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 82 103 189 0.57 0.46 0 0.26 228.22 0.45 0.53
Hex 52 67 BD 39 2E 0 1A E4 2D 35
Octal 122 147 275 71 56 0 32 344 55 65
Binary 1010010 1100111 10111101 111001 101110 0 11010 11100100 101101 110101

Color Harmonies of #5267BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5267BD

Black with #5267BD

Text Example


Text Example

White with #5267BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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