Html Css Color HEX #5357BB Rich Blue

📋 copy color: '#5357BB'

red 83 ◦ green 87 ◦ blue 187

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

Shades of Rich Blue #5357BB

Tints of Rich Blue #5357BB

RGB

 RED value IS 83 (32.81% from 255) = 23.25%

 GREEN value IS 87 (34.38% from 255) = 24.37%

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

R = 23.25%
G = 24.37%
B = 52.38%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5357BB (or 0x5357BB) is known color: Rich Blue. HEX triplet: 53, 57 and BB. RGB value is (83,87,187). Sum of RGB (Red+Green+Blue) = 83+87+187=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #5357BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5357BB is #ACA844. Grayscale: #606060. Windows color (decimal): -11315269 or 12277587. OLE color: 12277587.

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

Color convert

RGB 83 87 187 -
CMYK 0.56 0.53 0 0.27
HSL 237.69º 0.43% 0.53% -
HSV(B) 237.69º 0.56% 0.73% -
XYZ 15.95 12.24 48.54 -
YUV 97.2 178.67 117.87 -
System Red Green Blue C M Y K H S L
Decimal 83 87 187 0.56 0.53 0 0.27 237.69 0.43 0.53
Hex 53 57 BB 38 35 0 1B EE 2B 35
Octal 123 127 273 70 65 0 33 356 53 65
Binary 1010011 1010111 10111011 111000 110101 0 11011 11101110 101011 110101

Color Harmonies of #5357BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5357BB

Black with #5357BB

Text Example


Text Example

White with #5357BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,87,187); }

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

background-color css

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

 a { background-color: rgb(83,87,187); }

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

border-color css

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

 span { border-color: rgb(83,87,187); }

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