Html Css Color HEX #35565A Oracle

📋 copy color: '#35565A'

red 53 ◦ green 86 ◦ blue 90

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

Shades of Oracle #35565A

Tints of Oracle #35565A

RGB

 RED value IS 53 (21.09% from 255) = 23.14%

 GREEN value IS 86 (33.98% from 255) = 37.55%

 BLUE value IS 90 (35.55% from 255) = 39.3%

R = 23.14%
G = 37.55%
B = 39.3%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35565A (or 0x35565A) is known color: Oracle. HEX triplet: 35, 56 and 5A. RGB value is (53,86,90). Sum of RGB (Red+Green+Blue) = 53+86+90=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #35565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35565A is #CAA9A5. Grayscale: #4C4C4C. Windows color (decimal): -13281702 or 5920309. OLE color: 5920309.

HSL color Cylindrical-coordinate representation of color #35565A: hue angle of 186.49º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35565A is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 86 90 -
CMYK 0.41 0.04 0 0.65
HSL 186.49º 0.26% 0.28% -
HSV(B) 186.49º 0.41% 0.35% -
XYZ 6.64 8.15 10.9 -
YUV 76.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 53 86 90 0.41 0.04 0 0.65 186.49 0.26 0.28
Hex 35 56 5A 29 4 0 41 BA 1A 1C
Octal 65 126 132 51 4 0 101 272 32 34
Binary 110101 1010110 1011010 101001 100 0 1000001 10111010 11010 11100

Color Harmonies of #35565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35565A

Black with #35565A

Text Example


Text Example

White with #35565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35565A; }

 p { color: rgb(53,86,90); }

 H1.HeaderClassName
 {
   color: #35565A;
 }
 .AnyTagClassName
 {
   color: #35565A;
 }
</style>

background-color css

<style>
 a { background-color: #35565A; }

 a { background-color: rgb(53,86,90); }

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

border-color css

<style>
 span { border-color: #35565A; }

 span { border-color: rgb(53,86,90); }

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