Html Css Color HEX #5267BE Chetwode Blue

📋 copy color: '#5267BE'

red 82 ◦ green 103 ◦ blue 190

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

Shades of Chetwode Blue #5267BE

Tints of Chetwode Blue #5267BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 21.87%
G = 27.47%
B = 50.67%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5267BE (or 0x5267BE) is known color: Chetwode Blue. HEX triplet: 52, 67 and BE. RGB value is (82,103,190). Sum of RGB (Red+Green+Blue) = 82+103+190=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #5267BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5267BE is #AD9841. Grayscale: #6A6A6A. Windows color (decimal): -11376706 or 12478290. OLE color: 12478290.

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

Color convert

RGB 82 103 190 -
CMYK 0.57 0.46 0 0.25
HSL 228.33º 0.45% 0.53% -
HSV(B) 228.33º 0.57% 0.75% -
XYZ 17.62 15.21 50.72 -
YUV 106.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 82 103 190 0.57 0.46 0 0.25 228.33 0.45 0.53
Hex 52 67 BE 39 2E 0 19 E4 2D 35
Octal 122 147 276 71 56 0 31 344 55 65
Binary 1010010 1100111 10111110 111001 101110 0 11001 11100100 101101 110101

Color Harmonies of #5267BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5267BE

Black with #5267BE

Text Example


Text Example

White with #5267BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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