Html Css Color HEX #5765BE Chetwode Blue

📋 copy color: '#5765BE'

red 87 ◦ green 101 ◦ blue 190

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

Shades of Chetwode Blue #5765BE

Tints of Chetwode Blue #5765BE

RGB

 RED value IS 87 (34.38% from 255) = 23.02%

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 23.02%
G = 26.72%
B = 50.26%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5765BE (or 0x5765BE) is known color: Chetwode Blue. HEX triplet: 57, 65 and BE. RGB value is (87,101,190). Sum of RGB (Red+Green+Blue) = 87+101+190=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #5765BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5765BE is #A89A41. Grayscale: #6A6A6A. Windows color (decimal): -11049538 or 12477783. OLE color: 12477783.

HSL color Cylindrical-coordinate representation of color #5765BE: hue angle of 231.84º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5765BE is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 101 190 -
CMYK 0.54 0.47 0 0.25
HSL 231.84º 0.44% 0.54% -
HSV(B) 231.84º 0.54% 0.75% -
XYZ 17.88 15.05 50.68 -
YUV 106.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 87 101 190 0.54 0.47 0 0.25 231.84 0.44 0.54
Hex 57 65 BE 36 2F 0 19 E8 2C 36
Octal 127 145 276 66 57 0 31 350 54 66
Binary 1010111 1100101 10111110 110110 101111 0 11001 11101000 101100 110110

Color Harmonies of #5765BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5765BE

Black with #5765BE

Text Example


Text Example

White with #5765BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5765BE; }

 p { color: rgb(87,101,190); }

 H1.HeaderClassName
 {
   color: #5765BE;
 }
 .AnyTagClassName
 {
   color: #5765BE;
 }
</style>

background-color css

<style>
 a { background-color: #5765BE; }

 a { background-color: rgb(87,101,190); }

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

border-color css

<style>
 span { border-color: #5765BE; }

 span { border-color: rgb(87,101,190); }

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