Html Css Color HEX #5265BA Chetwode Blue

📋 copy color: '#5265BA'

red 82 ◦ green 101 ◦ blue 186

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

Shades of Chetwode Blue #5265BA

Tints of Chetwode Blue #5265BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 22.22%
G = 27.37%
B = 50.41%

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

#5265BA (or 0x5265BA) is known color: Chetwode Blue. HEX triplet: 52, 65 and BA. RGB value is (82,101,186). Sum of RGB (Red+Green+Blue) = 82+101+186=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #5265BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5265BA is #AD9A45. Grayscale: #686868. Windows color (decimal): -11377222 or 12215634. OLE color: 12215634.

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

Color convert

RGB 82 101 186 -
CMYK 0.56 0.46 0 0.27
HSL 229.04º 0.43% 0.53% -
HSV(B) 229.04º 0.56% 0.73% -
XYZ 17 14.65 48.39 -
YUV 105.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 82 101 186 0.56 0.46 0 0.27 229.04 0.43 0.53
Hex 52 65 BA 38 2E 0 1B E5 2B 35
Octal 122 145 272 70 56 0 33 345 53 65
Binary 1010010 1100101 10111010 111000 101110 0 11011 11100101 101011 110101

Color Harmonies of #5265BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5265BA

Black with #5265BA

Text Example


Text Example

White with #5265BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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