Html Css Color HEX #5865BA Chetwode Blue

📋 copy color: '#5865BA'

red 88 ◦ green 101 ◦ blue 186

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

Shades of Chetwode Blue #5865BA

Tints of Chetwode Blue #5865BA

RGB

 RED value IS 88 (34.77% from 255) = 23.47%

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

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

R = 23.47%
G = 26.93%
B = 49.6%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5865BA (or 0x5865BA) is known color: Chetwode Blue. HEX triplet: 58, 65 and BA. RGB value is (88,101,186). Sum of RGB (Red+Green+Blue) = 88+101+186=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #5865BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5865BA is #A79A45. Grayscale: #6A6A6A. Windows color (decimal): -10984006 or 12215640. OLE color: 12215640.

HSL color Cylindrical-coordinate representation of color #5865BA: hue angle of 232.04º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5865BA is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 101 186 -
CMYK 0.53 0.46 0 0.27
HSL 232.04º 0.42% 0.54% -
HSV(B) 232.04º 0.53% 0.73% -
XYZ 17.54 14.93 48.41 -
YUV 106.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 88 101 186 0.53 0.46 0 0.27 232.04 0.42 0.54
Hex 58 65 BA 35 2E 0 1B E8 2A 36
Octal 130 145 272 65 56 0 33 350 52 66
Binary 1011000 1100101 10111010 110101 101110 0 11011 11101000 101010 110110

Color Harmonies of #5865BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5865BA

Black with #5865BA

Text Example


Text Example

White with #5865BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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