Html Css Color HEX #53AEBC Viking

📋 copy color: '#53AEBC'

red 83 ◦ green 174 ◦ blue 188

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

Shades of Viking #53AEBC

Tints of Viking #53AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.1%

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 18.65%
G = 39.1%
B = 42.25%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#53AEBC (or 0x53AEBC) is known color: Viking. HEX triplet: 53, AE and BC. RGB value is (83,174,188). Sum of RGB (Red+Green+Blue) = 83+174+188=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #53AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AEBC is #AC5143. Grayscale: #949494. Windows color (decimal): -11292996 or 12365395. OLE color: 12365395.

HSL color Cylindrical-coordinate representation of color #53AEBC: hue angle of 188º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53AEBC is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 174 188 -
CMYK 0.56 0.07 0 0.26
HSL 188º 0.44% 0.53% -
HSV(B) 188º 0.56% 0.74% -
XYZ 27.78 35.74 53.01 -
YUV 148.39 150.35 81.36 -
System Red Green Blue C M Y K H S L
Decimal 83 174 188 0.56 0.07 0 0.26 188 0.44 0.53
Hex 53 AE BC 38 7 0 1A BC 2C 35
Octal 123 256 274 70 7 0 32 274 54 65
Binary 1010011 10101110 10111100 111000 111 0 11010 10111100 101100 110101

Color Harmonies of #53AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AEBC

Black with #53AEBC

Text Example


Text Example

White with #53AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53AEBC; }

 p { color: rgb(83,174,188); }

 H1.HeaderClassName
 {
   color: #53AEBC;
 }
 .AnyTagClassName
 {
   color: #53AEBC;
 }
</style>

background-color css

<style>
 a { background-color: #53AEBC; }

 a { background-color: rgb(83,174,188); }

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

border-color css

<style>
 span { border-color: #53AEBC; }

 span { border-color: rgb(83,174,188); }

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