Html Css Color HEX #5266BD Chetwode Blue

📋 copy color: '#5266BD'

red 82 ◦ green 102 ◦ blue 189

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

Shades of Chetwode Blue #5266BD

Tints of Chetwode Blue #5266BD

RGB

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

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

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

R = 21.98%
G = 27.35%
B = 50.67%

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

#5266BD (or 0x5266BD) is known color: Chetwode Blue. HEX triplet: 52, 66 and BD. RGB value is (82,102,189). Sum of RGB (Red+Green+Blue) = 82+102+189=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #5266BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5266BD is #AD9942. Grayscale: #696969. Windows color (decimal): -11376963 or 12412498. OLE color: 12412498.

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

Color convert

RGB 82 102 189 -
CMYK 0.57 0.46 0 0.26
HSL 228.79º 0.45% 0.53% -
HSV(B) 228.79º 0.57% 0.74% -
XYZ 17.42 14.97 50.12 -
YUV 105.94 174.87 110.93 -
System Red Green Blue C M Y K H S L
Decimal 82 102 189 0.57 0.46 0 0.26 228.79 0.45 0.53
Hex 52 66 BD 39 2E 0 1A E5 2D 35
Octal 122 146 275 71 56 0 32 345 55 65
Binary 1010010 1100110 10111101 111001 101110 0 11010 11100101 101101 110101

Color Harmonies of #5266BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5266BD

Black with #5266BD

Text Example


Text Example

White with #5266BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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