Html Css Color HEX #5266BB Chetwode Blue

📋 copy color: '#5266BB'

red 82 ◦ green 102 ◦ blue 187

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

Shades of Chetwode Blue #5266BB

Tints of Chetwode Blue #5266BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 22.1%
G = 27.49%
B = 50.4%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5266BB (or 0x5266BB) is known color: Chetwode Blue. HEX triplet: 52, 66 and BB. RGB value is (82,102,187). Sum of RGB (Red+Green+Blue) = 82+102+187=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #5266BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5266BB is #AD9944. Grayscale: #696969. Windows color (decimal): -11376965 or 12281426. OLE color: 12281426.

HSL color Cylindrical-coordinate representation of color #5266BB: hue angle of 228.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5266BB is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 102 187 -
CMYK 0.56 0.45 0 0.27
HSL 228.57º 0.44% 0.53% -
HSV(B) 228.57º 0.56% 0.73% -
XYZ 17.2 14.88 48.98 -
YUV 105.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 82 102 187 0.56 0.45 0 0.27 228.57 0.44 0.53
Hex 52 66 BB 38 2D 0 1B E5 2C 35
Octal 122 146 273 70 55 0 33 345 54 65
Binary 1010010 1100110 10111011 111000 101101 0 11011 11100101 101100 110101

Color Harmonies of #5266BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5266BB

Black with #5266BB

Text Example


Text Example

White with #5266BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5266BB; }

 p { color: rgb(82,102,187); }

 H1.HeaderClassName
 {
   color: #5266BB;
 }
 .AnyTagClassName
 {
   color: #5266BB;
 }
</style>

background-color css

<style>
 a { background-color: #5266BB; }

 a { background-color: rgb(82,102,187); }

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

border-color css

<style>
 span { border-color: #5266BB; }

 span { border-color: rgb(82,102,187); }

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