Html Css Color HEX #5265BB Chetwode Blue

📋 copy color: '#5265BB'

red 82 ◦ green 101 ◦ blue 187

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

Shades of Chetwode Blue #5265BB

Tints of Chetwode Blue #5265BB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.3%

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

R = 22.16%
G = 27.3%
B = 50.54%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5265BB (or 0x5265BB) is known color: Chetwode Blue. HEX triplet: 52, 65 and BB. RGB value is (82,101,187). Sum of RGB (Red+Green+Blue) = 82+101+187=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #5265BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5265BB is #AD9A44. Grayscale: #686868. Windows color (decimal): -11377221 or 12281170. OLE color: 12281170.

HSL color Cylindrical-coordinate representation of color #5265BB: hue angle of 229.14º 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 #5265BB is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 101 187 -
CMYK 0.56 0.46 0 0.27
HSL 229.14º 0.44% 0.53% -
HSV(B) 229.14º 0.56% 0.73% -
XYZ 17.1 14.69 48.95 -
YUV 105.12 174.21 111.51 -
System Red Green Blue C M Y K H S L
Decimal 82 101 187 0.56 0.46 0 0.27 229.14 0.44 0.53
Hex 52 65 BB 38 2E 0 1B E5 2C 35
Octal 122 145 273 70 56 0 33 345 54 65
Binary 1010010 1100101 10111011 111000 101110 0 11011 11100101 101100 110101

Color Harmonies of #5265BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5265BB

Black with #5265BB

Text Example


Text Example

White with #5265BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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